summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/builtin-ptrtomember-ambig.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
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-2/+2
* 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-4/+4
* Apply heuristics to cut back on number of candidateFariborz Jahanian2009-10-151-1/+4
* Produce good looking diagnostics on ambiguous built-in operators.Fariborz Jahanian2009-10-091-0/+24