Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
483651c907726b216760edef91d8a961378dfc26
/
lib
/
AST
/
DeclGroup.cpp
1de22a2
I lied. Kill off a few more Destroy methods
by Douglas Gregor
· 14 years ago
e7809d4
Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child expressions (via StmtIterator), as those expressions are owned by the Decls and Types (which are destroyed elsewhere). This fixes a crasher reported in <rdar://problem/7487294>.
by Ted Kremenek
· 15 years ago
370187c
Remove the serialization code that predates precompiled
by Douglas Gregor
· 16 years ago
682bf92
Push DeclGroup much farther throughout the compiler. Now the various
by Chris Lattner
· 16 years ago
fe95dea
Cleanups for DeclGroup.
by Chris Lattner
· 16 years ago
9653db7
Remove DeclGroupOwningRef, since we intend for declarations to be owned
by Douglas Gregor
· 16 years ago
c0ac492
Finish making AST BumpPtrAllocation runtime configurable (based on -disable-free).
by Steve Naroff
· 16 years ago
3e97049
Remove many references to ASTContext::getAllocator(), replacing them with calls to the recently added placement new (which uses ASTContext's allocator for memory). Also added ASTContext::Deallocate().
by Steve Naroff
· 16 years ago
990601b
Fix incorrect release of Decl* array referenced by DeclGroup.
by Ted Kremenek
· 16 years ago
401adfa
Add const_iterator to DeclGroup.
by Ted Kremenek
· 16 years ago
c7b07c1
Added prototype serialization code for DeclGroup.
by Ted Kremenek
· 16 years ago
e285a95
Modified DeclGroupRef to always load/store the internal pointer value as Decl*. This hopefully will obviate any concerns with violating strict type-aliasing issues.
by Ted Kremenek
· 16 years ago
c61255f
Delete trailing white space. It's over 80 columns.
by Zhongxing Xu
· 16 years ago
1377e54
Use a union instead of a bunch of magic casts to implement a variant. This removes the type-punning errors for DeclGroup.
by Ted Kremenek
· 16 years ago
d17062c
Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes.
by Ted Kremenek
· 16 years ago