| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
| | | | | | | | thousand other things which were (generally inadvertantly) relying on that. llvm-svn: 123814 | ||||
| * | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -1/+1 |
| | | | | | | | | more accurate, and makes it make sense for it to hold a delegating constructor call. llvm-svn: 123084 | ||||
| * | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | expansions with something that is easier to use correctly: a new template argment kind, rather than a bit on an existing kind. Update all of the switch statements that deal with template arguments, fixing a few latent bugs in the process. I"m happy with this representation, now. And, oh look! Template instantiation and deduction work for template template argument pack expansions. llvm-svn: 122896 | ||||
| * | Clean up the handling of template argument packs, especially in the | Douglas Gregor | 2010-12-20 | 1 | -1/+4 |
| | | | | | | | | area of printing template arguments. The functionality changes here are limited to cases of variadic templates that aren't yet enabled. llvm-svn: 122250 | ||||
| * | Tweaks. | John McCall | 2010-12-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 120701 | ||||
| * | ObjC support in the XML dumper. | John McCall | 2010-12-02 | 1 | -1/+158 |
| | | | | | llvm-svn: 120700 | ||||
| * | Make the dumper safe against null declaration names. | John McCall | 2010-11-30 | 1 | -0/+3 |
| | | | | | llvm-svn: 120421 | ||||
| * | Appease versions of GCC which don't correctly support injected class | John McCall | 2010-11-24 | 1 | -2/+2 |
| | | | | | | | names. llvm-svn: 120091 | ||||
| * | This is probably an important file. | John McCall | 2010-11-24 | 1 | -0/+861 |
| llvm-svn: 120089 | |||||

