1. 990601b Fix incorrect release of Decl* array referenced by DeclGroup. by Ted Kremenek · 16 years ago
  2. 401adfa Add const_iterator to DeclGroup. by Ted Kremenek · 16 years ago
  3. c7b07c1 Added prototype serialization code for DeclGroup. by Ted Kremenek · 16 years ago
  4. 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
  5. c61255f Delete trailing white space. It's over 80 columns. by Zhongxing Xu · 16 years ago
  6. 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
  7. d17062c Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. by Ted Kremenek · 16 years ago