summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/resolve-single-template-id.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-111-2/+2
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-4/+12
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-131-1/+1
* Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie2013-06-041-1/+1
* Add notes for suppressing and (if it's a zero-arg function returning bool) fi...David Blaikie2011-12-091-2/+2
* Add a warning for implicit conversion from function literals (and staticLang Hames2011-12-051-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-13/+13
* Treating the unused equality comparisons as something other than part ofChandler Carruth2011-08-171-4/+6
* Simplify calling CheckPlaceholderExpr, converge on it in a few places,John McCall2011-04-101-2/+2
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-7/+7
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-161-0/+80