aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/DeclGroup.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-10[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko1-2/+4
2016-10-20Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer1-1/+1
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2015-12-29[TrailingObjects] Convert Decl* classes.James Y Knight1-4/+3
2015-04-02Replace custom alignment enforcement with LLVM_ALIGNAS.Benjamin Kramer1-0/+2
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2010-07-25I lied. Kill off a few more Destroy methodsDouglas Gregor1-6/+0
2009-12-23Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...Ted Kremenek1-0/+1
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor1-37/+0
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner1-9/+8
2009-03-28Cleanups for DeclGroup.Chris Lattner1-8/+5
2009-02-13Remove DeclGroupOwningRef, since we intend for declarations to be ownedDouglas Gregor1-49/+2
2009-01-27Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f...Steve Naroff1-2/+2
2009-01-27Remove many references to ASTContext::getAllocator(), replacing them with cal...Steve Naroff1-1/+1
2008-10-18Fix incorrect release of Decl* array referenced by DeclGroup.Ted Kremenek1-1/+1
2008-10-07Add const_iterator to DeclGroup.Ted Kremenek1-9/+12
2008-10-06Added prototype serialization code for DeclGroup.Ted Kremenek1-0/+62
2008-10-06Modified DeclGroupRef to always load/store the internal pointer value as Decl...Ted Kremenek1-6/+7
2008-09-27Delete trailing white space. It's over 80 columns.Zhongxing Xu1-1/+1
2008-09-26Use a union instead of a bunch of magic casts to implement a variant. This r...Ted Kremenek1-5/+5
2008-09-25Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...Ted Kremenek1-0/+59