summaryrefslogtreecommitdiff
path: root/test/SemaCXX/ref-init-ambiguous.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-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-18Switch the initialization required by return statements over to theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor
2009-10-14Handle ambiguity of reference initialization.Fariborz Jahanian