summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-enum.cpp
Commit message (Expand)AuthorAgeFilesLines
* When instantiating a function-scoped enum, make sure that it and itsDouglas Gregor2010-03-011-0/+16
* 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 instantiation of enums within class templates. This isn'tDouglas Gregor2009-03-171-0/+11