aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-typeof.cpp
AgeCommit message (Expand)Author
2012-04-05Improve diagnostics for invalid use of non-static members / this:Richard Smith
2010-08-24Preserve invalidity of typeof operands in C++.John McCall
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
2008-09-05Support "typeof unary-expression" (GNU C++ extension).Argyrios Kyrtzidis