index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
DeclGroup.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2010-07-25
I lied. Kill off a few more Destroy methods
Douglas Gregor
2009-12-23
Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...
Ted Kremenek
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-28
Cleanups for DeclGroup.
Chris Lattner
2009-02-13
Remove DeclGroupOwningRef, since we intend for declarations to be owned
Douglas Gregor
2009-01-27
Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f...
Steve Naroff
2009-01-27
Remove many references to ASTContext::getAllocator(), replacing them with cal...
Steve Naroff
2008-10-18
Fix incorrect release of Decl* array referenced by DeclGroup.
Ted Kremenek
2008-10-07
Add const_iterator to DeclGroup.
Ted Kremenek
2008-10-06
Added prototype serialization code for DeclGroup.
Ted Kremenek
2008-10-06
Modified DeclGroupRef to always load/store the internal pointer value as Decl...
Ted Kremenek
2008-09-27
Delete trailing white space. It's over 80 columns.
Zhongxing Xu
2008-09-26
Use a union instead of a bunch of magic casts to implement a variant. This r...
Ted Kremenek
2008-09-25
Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...
Ted Kremenek