aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Attr.td
AgeCommit message (Expand)Author
2013-05-21Reverting r182337, which merged r182266, __declspec(selectany)Reid Kleckner
2013-05-21Merging r182266:Bill Wendling
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-03-26[ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner
2013-03-24Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei
2013-03-14Add support for the 'endian' attribute for OpenCL.Joey Gouly
2013-03-08Add support for the OpenCL attribute 'vec_type_hint'.Joey Gouly
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-20Add a new 'type_visibility' attribute to allow users toJohn McCall
2013-02-01Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith
2013-02-01[Sema][Attr]Fix alignment attribute printing.Michael Han
2013-01-30Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith
2013-01-29Treat alignas and _Alignas as keyword attributes. This allows us toRichard Smith
2013-01-29Actually remove the hack which was blocking the Borland-style attributes fromRichard Smith
2013-01-29Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2013-01-16First step in implementation of mips16 and nomips16 attributes.Reed Kotler
2013-01-14Accept [[gnu::*]] for all __attribute__((*))s which are:Richard Smith
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-20Attribute 'cf_returns_autoreleased' doesn't really exist.Ted Kremenek
2012-11-13A couple of small fixes to r167783Kaelyn Uhrain
2012-11-12Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain
2012-11-01Update the front end to use minsize attributeQuentin Colombet
2012-10-29Revert commit r166946Quentin Colombet
2012-10-29Make forcesizeopt attribute available to the end userQuentin Colombet
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff
2012-10-01availability in structured documents. TakesFariborz Jahanian
2012-09-07objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian
2012-08-17Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko
2012-07-09Patch by Anton Lokhmotov to add OpenCL work group size attributes.Tanya Lattner
2012-06-23Support the tls_model attribute (PR9788)Hans Wennborg
2012-06-20Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to JordanSean Hunt
2012-06-19Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt
2012-06-19Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman
2012-06-19Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen
2012-06-19Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman
2012-06-19Improve the specification of spellings in Attr.td.Sean Hunt
2012-06-18Handle C++11 attribute namespaces automatically.Sean Hunt
2012-06-18[MSExtensions] Add support for __forceinline.Michael J. Spencer
2012-05-24implement Sema support for the alloc_size attributeNuno Lopes
2012-05-22Recognize the MS inheritance attributes and turn them into attributesJohn McCall
2012-05-20CUDA: the device and host attributes must be inheritable, in orderPeter Collingbourne
2012-05-15Fix our handling of visibility in explicit template instantiations.Rafael Espindola
2012-05-12Add support for __attribute__((hot)) and __attribute__((cold)).Benjamin Kramer
2012-05-11Teach the parser to deal with multiple spellings for the sameDouglas Gregor
2012-05-03Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith