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