summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-expr-basic.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-16Test case for previous commit. Explicit instantiation does the trick. (Thanks...Sebastian Redl