summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-field.cpp
Commit message (Expand)AuthorAgeFilesLines
* Before checking bitfield initialization, make sure that neither theDouglas Gregor2011-02-041-0/+12
* Don't poke at an undefined class type of a field. Fixes PR7355.Douglas Gregor2010-06-161-0/+9
* Whenever we instantiate a function definition or class, enter a newDouglas Gregor2010-05-121-0/+55
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement basic template instantiation for fields. Reshuffle checkingDouglas Gregor2009-03-111-0/+28