summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/overload-0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix string-literal to char* conversion in overload resolution for C++11Ismail Pazarbasi2014-01-171-2/+82
| | | | | | | | String literal to char* conversion is deprecated in C++03, and is removed in C++11. We still accept this conversion in C++11 mode as an extension, if we find it in the best viable function. llvm-svn: 199513
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Fix a crash-on-invalid with bad CV-qualification on 'this' in theJohn McCall2011-09-201-0/+11
presence of an implicit move assignment operator. I think the implicit copy assignment operator case was also wrong, but just in a "displaying the wrong diagnostic" way. llvm-svn: 140139
OpenPOWER on IntegriCloud