summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/AttrIterator.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor declarations of ASTContext allocate functions into its own header.Richard Trieu2019-01-101-19/+0
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-101-15/+22
* Reduce the number of allocations required for AST attributes. In test cases, ...Aaron Ballman2016-08-161-2/+1
* Revert r269717. That change alone did not provide the intended benefit (whichRichard Smith2016-05-171-16/+2
* Less broken fix for buildbot breakage.Richard Smith2016-05-161-1/+7
* Try to make the buildbots green again: avoid the need for class Attr to beRichard Smith2016-05-161-0/+7
* Switch from SmallVector to TinyPtrVector for the list of attributes on a decl...Richard Smith2016-05-161-2/+3
* Lower the default alignment on ASTContext's operator new.Benjamin Kramer2015-04-021-1/+1
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+2
* Fix two typos in comments. No functionality change.Nick Lewycky2013-12-301-2/+2
* Silence a number of static analyzer warnings with assertions and such.Jordan Rose2013-03-051-0/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-0/+141