Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect release of Decl* array referenced by DeclGroup. | Ted Kremenek | 2008-10-18 | 1 | -1/+1 |
* | Add const_iterator to DeclGroup. | Ted Kremenek | 2008-10-07 | 1 | -9/+12 |
* | Added prototype serialization code for DeclGroup. | Ted Kremenek | 2008-10-06 | 1 | -0/+62 |
* | Modified DeclGroupRef to always load/store the internal pointer value as Decl... | Ted Kremenek | 2008-10-06 | 1 | -6/+7 |
* | Delete trailing white space. It's over 80 columns. | Zhongxing Xu | 2008-09-27 | 1 | -1/+1 |
* | Use a union instead of a bunch of magic casts to implement a variant. This r... | Ted Kremenek | 2008-09-26 | 1 | -5/+5 |
* | Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO... | Ted Kremenek | 2008-09-25 | 1 | -0/+59 |