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