summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclGroup.h
Commit message (Expand)AuthorAgeFilesLines
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-8/+7
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Partially revert "Replace custom alignment enforcement with LLVM_ALIGNAS."Benjamin Kramer2015-04-021-3/+6
* Replace custom alignment enforcement with LLVM_ALIGNAS.Benjamin Kramer2015-04-021-6/+3
* [C++11] Use 'nullptr'Craig Topper2014-05-061-6/+6
* Fix misaligned DeclGroup allocation.Richard Smith2012-08-171-1/+5
* DeclGroup's operator[] always returned the first Decl in the group.Richard Smith2011-02-231-2/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* I lied. Kill off a few more Destroy methodsDouglas Gregor2010-07-251-1/+0
* Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth2009-10-261-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-19/+19
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-13/+0
* add a new isNull() method to DeclGroupRef.Chris Lattner2009-04-121-0/+1
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-1/+11
* Implement PointerLikeTypeTraits for DeclGroupRef.Chris Lattner2009-03-291-0/+17
* add accessors.Chris Lattner2009-03-281-1/+7
* some random cleanupsChris Lattner2009-03-281-1/+0
* Cleanups for DeclGroup.Chris Lattner2009-03-281-13/+31
* Remove DeclGroupOwningRef, since we intend for declarations to be ownedDouglas Gregor2009-02-131-26/+1
* Add const_iterator to DeclGroup.Ted Kremenek2008-10-071-3/+22
* Added prototype serialization code for DeclGroup.Ted Kremenek2008-10-061-5/+32
* Modified DeclGroupRef to always load/store the internal pointer value as Decl...Ted Kremenek2008-10-061-14/+18
* Forgot to check in header file with last commit.Ted Kremenek2008-09-261-20/+13
* Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...Ted Kremenek2008-09-251-0/+96