]> granicus.if.org Git - clang/history - include/clang/Basic/Attr.td
Add a Subjects line to NoDebugAttr [NFC].
[clang] / include / clang / Basic / Attr.td
2016-04-29 Paul RobinsonAdd a Subjects line to NoDebugAttr [NFC].
2016-04-28 Peter CollingbourneRe-apply r267784, r267824 and r267830.
2016-04-28 Benjamin KramerRevert r267784, r267824 and r267830.
2016-04-27 Peter CollingbourneRework interface for bitset-using features to use a...
2016-04-27 Paul RobinsonPR21823: 'nodebug' attribute on global/static variables.
2016-04-15 Nico WeberRevert r266415, it broke parsing SDK headers (PR27367).
2016-04-15 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'linear' clause in 'declare...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'aligned' clause in 'declare...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'uniform' clause in 'declare...
2016-04-11 Dmitry Polukhin[GCC] Attribute ifunc support in clang
2016-04-07 Alexey Bataev[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause...
2016-04-06 Dmitry Polukhin[OPENMP] Parsing and Sema support for 'omp declare...
2016-04-04 Alexey Bataev[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses...
2016-04-01 Douglas Gregor[Objective-C] Introduce objc_runtime_visible attribute.
2016-03-31 Anastasia Stulova[OpenCL] Added nosvm attribute for OpenCL v2.0.
2016-03-30 Alexey Bataev[OPENMP 4.0] Initial support for '#pragma omp declare...
2016-03-21 Manman RenAdd replacement = "xxx" to AvailabilityAttr.
2016-03-17 Manman RenRevert r263687 for ubsan bot failure.
2016-03-17 Manman RenAdd an optional named argument (replacement = "xxx...
2016-03-16 Manman RenAdd an optional string argument to DeprecatedAttr for...
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-09 Dmitry Polukhin[GCC] PR23529 Sema part of attrbute abi_tag support
2016-03-08 Richard SmithDefine __has_cpp_attribute(fallthrough) to a more reaso...
2016-03-08 Richard SmithP0188R1: add support for standard [[fallthrough]] attri...
2016-03-07 Aaron BallmanImplement support for [[nodiscard]] in C++1z that is...
2016-03-03 John McCallSemantic analysis for the swiftcall calling convention.
2016-03-03 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'linea...
2016-02-26 Xiuli Pan[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
2016-02-22 Manman RenAddressing review comments for r261163.
2016-02-19 Anastasia Stulova[OpenCL] Generate metadata for opencl_unroll_hint attribute
2016-02-17 Manman RenAdd 'nopartial' qualifier for availability attributes.
2016-02-02 Denis ZobninFix for PR8901: attribute "mode" rejected for enums...
2016-01-19 Aaron BallmanAllow __attribute__((mode)) to appertain to field decla...
2016-01-15 Alexey BataevPR26111: segmentation fault with __attribute__((mode...
2016-01-15 Alexey Bataev[X86] Support 'interrupt' attribute for x86
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-11-30 Aaron BallmanDo not crash when dumping the objc_bridge_related attri...
2015-11-27 Daniel Sanders[mips] Interrupt attribute support.
2015-11-27 Daniel SandersRevert r254203: [mips] Interrupt attribute support.
2015-11-27 Daniel Sanders[mips] Interrupt attribute support.
2015-11-13 Akira HatanakaAdd support for function attribute 'disable_tail_calls'.
2015-11-10 Evgeniy StepanovImplement __attribute__((internal_linkage)).
2015-11-06 Akira HatanakaAdd support for function attribute 'not_tail_called'.
2015-11-04 Aaron BallmanImproving the diagnostic for cases where the attribute...
2015-10-30 Tim NorthoverSupport tvOS and watchOS availability attributes
2015-10-28 John McCallRefine r251469 to give better (and more localizable...
2015-10-28 John McCallAdd the ability to define "fake" arguments on attributes.
2015-10-12 Alexey Bataev[ATTR] Automatic line feed after pragma-like attribute.
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in header...
2015-09-29 DeLesley HutchinsThread Safety Analysis: allow capability attribute...
2015-09-04 Richard SmithFix a potential APInt memory leak when using __attribut...
2015-09-02 Eric ChristopherMigrate the target attribute parsing code to returning...
2015-09-02 Eric ChristopherUpdate comment for AdditionalMembers with a note to...
2015-09-02 Eric ChristopherMigrate the target attribute parsing code into an exten...
2015-09-01 Eric ChristopherRevert "Migrate the target attribute parsing code into...
2015-09-01 Eric ChristopherMigrate the target attribute parsing code into an exten...
2015-08-10 Artem Belevich[CUDA] Added stubs for new attributes used by CUDA...
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata for use with...
2015-07-23 Alex DenisovAdd documentation for the objc_boxable attribute
2015-07-20 Bob WilsonIgnore the "novtable" declspec when not using the Micro...
2015-07-20 David Majnemer[MS Compat] Add support for __declspec(noalias)
2015-07-07 Douglas GregorImplement the Objective-C __kindof type qualifier.
2015-07-07 Eric ChristopherRemember to mark the target attribute as documented...
2015-07-06 Eric ChristopherUpdate target attribute support for post-commit feedback.
2015-06-26 Alex Denisov[ObjC] Add NSValue support for objc_boxed_expressions
2015-06-24 Douglas GregorReplace __double_underscored type nullability qualifier...
2015-06-22 Douglas GregorDocument the nullability attributes.
2015-06-19 Douglas GregorIntroduce type nullability specifiers for C/C++.
2015-06-17 Saleem AbdulrasoolBasic: tweak whitespace in Attr.td
2015-06-12 Eric ChristopherAdd support for the the target attribute.
2015-06-11 Tyler NowickiAdd assume_safety option for pragma loop vectorize...
2015-05-15 Peter CollingbourneImplement no_sanitize attribute.
2015-04-21 Artem Belevich[cuda] Allow using integral non-type template parameter...
2015-04-16 Fariborz Jahanian[Objective-C Sema]. In my last patch change the
2015-04-16 Fariborz Jahanian[Objective-C Sema] patch to introduce IndependentClass
2015-04-13 Nico WeberRevert r234786, it contained a bunch of stuff I did...
2015-04-13 Nico WeberRevert r234613 (and follow-ups 234614, 234616, 234618...
2015-03-03 Dan AlbertSupport __attribute__((availability)) on Android.
2015-03-02 Bob WilsonAdd clang support for Objective-C application extensions.
2015-02-04 David MajnemerSema: Add support for __declspec(restrict)
2015-02-02 David MajnemerThe prefix 'Ms-' should be 'MS-'
2015-02-02 David MajnemerMS ABI: Add more documentation and tests for novtable
2015-02-02 David MajnemerMS ABI: Implement support for 'novtable'
2015-02-01 John McCallAllow objc_bridge(id) to be used on typedefs of [cv...
2015-01-28 Derek SchuffRemove support for pnaclcall attribute
2015-01-19 David MajnemerSema: Variable definitions cannot be __attribute__...
2014-12-05 Matt ArsenaultWorkaround attribute ordering issue with kernel only...
2014-12-04 Matt ArsenaultAdd attributes for AMDGPU register limits.
2014-11-28 Sean HuntCreate a new 'flag_enum' attribute.
2014-11-26 Anastasia Stulova[OpenCL] Generic address space has been added in OpenCL...
2014-11-14 Aaron BallmanComplete support for the SD-6 standing document (based...
2014-11-11 Alexey Bataev[OPENMP] Codegen for threadprivate variables
2014-10-29 Alexey BataevImproved capturing variable-length array types in Captu...
2014-10-24 Reid KlecknerAdd frontend support for __vectorcall
2014-10-22 Reid KlecknerAdd documentation for calling convention attributes
2014-10-21 Aaron BallmanThe nodebug attribute has a C++11-style spelling suppor...
2014-10-12 Tyler NowickiAllow constant expressions in pragma loop hints.
2014-10-02 Aaron BallmanReflowing some comments, NFC.
next