summaryrefslogtreecommitdiff
path: root/clang/lib/AST/DeclGroup.cpp
AgeCommit message (Expand)Author
2025-05-19[NFC][Clang] Adopt simplified `getTrailingObjects` in DeclFriend (#140081)Rahul Joshi
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-10[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2016-10-20Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer
2016-07-18[NFC] Header cleanupMehdi Amini
2015-12-29[TrailingObjects] Convert Decl* classes.James Y Knight
2015-04-02Replace custom alignment enforcement with LLVM_ALIGNAS.Benjamin Kramer
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2010-07-25I lied. Kill off a few more Destroy methodsDouglas Gregor
2009-12-23Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...Ted Kremenek
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28Cleanups for DeclGroup.Chris Lattner
2009-02-13Remove DeclGroupOwningRef, since we intend for declarations to be ownedDouglas Gregor
2009-01-27Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f...Steve Naroff
2009-01-27Remove many references to ASTContext::getAllocator(), replacing them with cal...Steve Naroff
2008-10-18Fix incorrect release of Decl* array referenced by DeclGroup.Ted Kremenek
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-27Delete trailing white space. It's over 80 columns.Zhongxing Xu
2008-09-26Use a union instead of a bunch of magic casts to implement a variant. This r...Ted Kremenek
2008-09-25Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...Ted Kremenek