summaryrefslogtreecommitdiff
path: root/test/SemaCXX/ambiguous-builtin-unary-operator.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-16Patch to clean up and improve visual display ofFariborz Jahanian
2009-10-15Apply heuristics to cut back on number of candidateFariborz Jahanian
2009-10-12Handle built-in unary operators when reporting ambiguities.Fariborz Jahanian