aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-field.cpp
AgeCommit message (Expand)Author
2011-02-04Before checking bitfield initialization, make sure that neither theDouglas Gregor
2010-06-16Don't poke at an undefined class type of a field. Fixes PR7355.Douglas Gregor
2010-05-12Whenever we instantiate a function definition or class, enter a newDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-11Implement basic template instantiation for fields. Reshuffle checkingDouglas Gregor