summaryrefslogtreecommitdiff
path: root/include/clang/Basic/AttrKinds.h
AgeCommit message (Expand)Author
2016-03-01Infrastructure improvements to Clang attribute TableGen.John McCall
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2013-12-18Refactor the Microsoft inheritance attribute handling so that it no longer ha...Aaron Ballman
2013-05-14Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]Reid Kleckner
2013-03-26[ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2011-03-02Support a new InheritableAttr subclass, InheritableParamAttr, which isJohn McCall
2011-01-21Generalise support for non-inheritable attributesPeter Collingbourne
2010-06-16Implement first TD-based usage of attributes.Sean Hunt