aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclGroup.h
AgeCommit message (Expand)Author
2009-10-26Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-04-12add a new isNull() method to DeclGroupRef.Chris Lattner
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-29Implement PointerLikeTypeTraits for DeclGroupRef.Chris Lattner
2009-03-28add accessors.Chris Lattner
2009-03-28some random cleanupsChris Lattner
2009-03-28Cleanups for DeclGroup.Chris Lattner
2009-02-13Remove DeclGroupOwningRef, since we intend for declarations to be ownedDouglas Gregor
2008-10-07Add const_iterator to DeclGroup.Ted Kremenek
2008-10-06Added prototype serialization code for DeclGroup.Ted Kremenek
2008-10-06Modified DeclGroupRef to always load/store the internal pointer value as Decl...Ted Kremenek
2008-09-26Forgot to check in header file with last commit.Ted Kremenek
2008-09-25Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...Ted Kremenek