Ted Kremenek
|
d36e552245
|
Fix incorrect release of Decl* array referenced by DeclGroup.
Patch by Timo Sirainen!
llvm-svn: 57772
|
2008-10-18 19:20:54 +00:00 |
Ted Kremenek
|
12183e25aa
|
Add const_iterator to DeclGroup.
Serialization for OwningDeclGroupRefs now works.
llvm-svn: 57272
|
2008-10-07 23:06:01 +00:00 |
Ted Kremenek
|
6553748599
|
Added prototype serialization code for DeclGroup.
llvm-svn: 57222
|
2008-10-06 23:49:24 +00:00 |
Ted Kremenek
|
6d60a4ec19
|
Modified DeclGroupRef to always load/store the internal pointer value as Decl*. This hopefully will obviate any concerns with violating strict type-aliasing issues.
llvm-svn: 57213
|
2008-10-06 22:17:16 +00:00 |
Zhongxing Xu
|
612e0c9604
|
Delete trailing white space. It's over 80 columns.
llvm-svn: 56749
|
2008-09-27 03:27:29 +00:00 |
Ted Kremenek
|
6ed79f0c13
|
Use a union instead of a bunch of magic casts to implement a variant. This removes the type-punning errors for DeclGroup.
llvm-svn: 56708
|
2008-09-26 23:19:04 +00:00 |
Ted Kremenek
|
a5e23f6b78
|
Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes.
Documentation and testing are pending.
llvm-svn: 56611
|
2008-09-25 17:13:40 +00:00 |