aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/dependent-types.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-05Implement support for C++0x alias templates.Richard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-05Don't allow definitions of array variables without some size information in C...Sebastian Redl
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-05Introduce basic support for dependent types, type-dependentDouglas Gregor