summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclGroup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect release of Decl* array referenced by DeclGroup.Ted Kremenek2008-10-181-1/+1
* Add const_iterator to DeclGroup.Ted Kremenek2008-10-071-9/+12
* Added prototype serialization code for DeclGroup.Ted Kremenek2008-10-061-0/+62
* Modified DeclGroupRef to always load/store the internal pointer value as Decl...Ted Kremenek2008-10-061-6/+7
* Delete trailing white space. It's over 80 columns.Zhongxing Xu2008-09-271-1/+1
* Use a union instead of a bunch of magic casts to implement a variant. This r...Ted Kremenek2008-09-261-5/+5
* Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...Ted Kremenek2008-09-251-0/+59
OpenPOWER on IntegriCloud