aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/builtin-ptrtomember-ambig.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-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
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-09Produce good looking diagnostics on ambiguous built-in operators.Fariborz Jahanian