summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiate-field.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Before checking bitfield initialization, make sure that neither theDouglas Gregor2011-02-041-0/+12
| | | | | | | bit-field width nor the initializer value are type- or value-dependent. Fixes PR8712. llvm-svn: 124866
* Don't poke at an undefined class type of a field. Fixes PR7355.Douglas Gregor2010-06-161-0/+9
| | | | llvm-svn: 106111
* Whenever we instantiate a function definition or class, enter a newDouglas Gregor2010-05-121-0/+55
| | | | | | | potentially-evaluated expression context, to ensure that used declarations get properly marked. Fixes PR7123. llvm-svn: 103624
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
| | | | | | | | | | therefore not creating ElaboratedTypes, which are still pretty-printed with the written tag). Most of these testcase changes were done by script, so don't feel too sorry for my fingers. llvm-svn: 98149
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Implement basic template instantiation for fields. Reshuffle checkingDouglas Gregor2009-03-111-0/+28
for FieldDecls so that the parser and the template instantiation make use of the same semantic checking module. llvm-svn: 66685
OpenPOWER on IntegriCloud