summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Attr.td
Commit message (Expand)AuthorAgeFilesLines
...
* Add documentation for RenderScript changesPirama Arumuga Nainar2016-06-211-1/+1
* Allow 'nodebug' on local variables.Paul Robinson2016-06-161-2/+4
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-2/+4
* Revise RenderScript attribute declarationPirama Arumuga Nainar2016-06-101-1/+3
* RenderScript support in the FrontendPirama Arumuga Nainar2016-06-091-0/+6
* [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version)David Majnemer2016-05-231-0/+13
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-4/+0
* [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin2016-05-091-1/+10
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-0/+4
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-4/+0
* Add a Subjects line to NoDebugAttr [NFC].Paul Robinson2016-04-291-0/+2
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-0/+6
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-6/+0
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-0/+6
* PR21823: 'nodebug' attribute on global/static variables.Paul Robinson2016-04-271-1/+1
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-0/+4
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-4/+0
* [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.Alexey Bataev2016-04-121-2/+21
* [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.Alexey Bataev2016-04-121-1/+13
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-121-1/+11
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-111-0/+7
* [OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'Alexey Bataev2016-04-071-4/+13
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+9
* [OPENMP 4.0] Support for 'inbranch|noinbranch' clauses in 'declareAlexey Bataev2016-04-041-1/+7
* [Objective-C] Introduce objc_runtime_visible attribute.Douglas Gregor2016-04-011-0/+6
* [OpenCL] Added nosvm attribute for OpenCL v2.0.Anastasia Stulova2016-03-311-0/+9
* [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev2016-03-301-0/+11
* Add replacement = "xxx" to AvailabilityAttr.Manman Ren2016-03-211-1/+1
* Revert r263687 for ubsan bot failure.Manman Ren2016-03-171-1/+1
* Add an optional named argument (replacement = "xxx") to AvailabilityAttr.Manman Ren2016-03-171-1/+1
* Add an optional string argument to DeprecatedAttr for Fix-It.Manman Ren2016-03-161-2/+5
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-0/+10
* Implement support for [[maybe_unused]] in C++1z that is based off existing su...Aaron Ballman2016-03-091-5/+5
* [GCC] PR23529 Sema part of attrbute abi_tag supportDmitry Polukhin2016-03-091-0/+8
* Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What yea...Richard Smith2016-03-081-1/+1
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-2/+6
* Implement support for [[nodiscard]] in C++1z that is based off existing suppo...Aaron Ballman2016-03-071-5/+6
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-0/+26
* [OPENMP 4.5] Initial support for data members in 'linear' clause.Alexey Bataev2016-03-031-0/+7
* [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan2016-02-261-2/+2
* Addressing review comments for r261163.Manman Ren2016-02-221-1/+1
* [OpenCL] Generate metadata for opencl_unroll_hint attributeAnastasia Stulova2016-02-191-0/+6
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-171-1/+2
* Fix for PR8901: attribute "mode" rejected for enums and dependent types.Denis Zobnin2016-02-021-2/+2
* Allow __attribute__((mode)) to appertain to field declarations again. Correct...Aaron Ballman2016-01-191-2/+2
* PR26111: segmentation fault with __attribute__((mode(QI))) on function declar...Alexey Bataev2016-01-151-0/+2
* [X86] Support 'interrupt' attribute for x86Alexey Bataev2016-01-151-6/+17
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-0/+9
* Do not crash when dumping the objc_bridge_related attribute when its optional...Aaron Ballman2015-11-301-2/+2
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-4/+20