summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-enum.cpp
AgeCommit message (Expand)Author
2017-01-19PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith
2014-02-22Do not add enums to prototype scope in C++ modes.Peter Collingbourne
2010-03-01When instantiating a function-scoped enum, make sure that it and itsDouglas Gregor
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-17Implement instantiation of enums within class templates. This isn'tDouglas Gregor