aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Attributes.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-10-15Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman
2016-09-03Add plumbing for new attribute type "Microsoft".Nico Weber
2015-07-20Ignore the "novtable" declspec when not using the Microsoft C++ ABI.Bob Wilson
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth
2014-12-05Modify __has_attribute so that it only looks for GNU-style attributes. Remove...Aaron Ballman
2014-11-14Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman
2014-06-13Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki
2014-03-31Post-commit review coding style change: renaming HasAttribute to hasAttribute...Aaron Ballman
2014-03-31Reapplying r204952 a second time.Aaron Ballman
2014-03-27Reverting r204968 and r204969; while more build bots are happy with the resul...Aaron Ballman
2014-03-27Urgh. Amending r204968 which somehow missed this file!Aaron Ballman
2014-03-27Reverting r204952, while I figure out what's going on with the makefile build.Aaron Ballman
2014-03-27Clean up the __has_attribute implementation without modifying its behavior. Aaron Ballman