summaryrefslogtreecommitdiffstats
path: root/lib/AST/DeclGroup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-4/+3
* Replace custom alignment enforcement with LLVM_ALIGNAS.Benjamin Kramer2015-04-021-0/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* I lied. Kill off a few more Destroy methodsDouglas Gregor2010-07-251-6/+0
* Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...Ted Kremenek2009-12-231-0/+1
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-37/+0
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-9/+8
* Cleanups for DeclGroup.Chris Lattner2009-03-281-8/+5
* Remove DeclGroupOwningRef, since we intend for declarations to be ownedDouglas Gregor2009-02-131-49/+2
* Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f...Steve Naroff2009-01-271-2/+2
* Remove many references to ASTContext::getAllocator(), replacing them with cal...Steve Naroff2009-01-271-1/+1
* Fix incorrect release of Decl* array referenced by DeclGroup.Ted Kremenek2008-10-181-1/+1
* Add const_iterator to DeclGroup.Ted Kremenek2008-10-071-9/+12
* Added prototype serialization code for DeclGroup.Ted Kremenek2008-10-061-0/+62
* Modified DeclGroupRef to always load/store the internal pointer value as Decl...Ted Kremenek2008-10-061-6/+7
* Delete trailing white space. It's over 80 columns.Zhongxing Xu2008-09-271-1/+1
* Use a union instead of a bunch of magic casts to implement a variant. This r...Ted Kremenek2008-09-261-5/+5
* Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...Ted Kremenek2008-09-251-0/+59