summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/resolve-single-template-id.cpp
AgeCommit message (Expand)Author
2014-03-11Move the warning about unused relational comparison from -Wunused-value toRichard Trieu
2014-02-26PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu
2013-08-13sizeof(void) etc. should be a hard error in C++.Eli Friedman
2013-06-04Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie
2011-12-09Add notes for suppressing and (if it's a zero-arg function returning bool) fi...David Blaikie
2011-12-05Add a warning for implicit conversion from function literals (and staticLang Hames
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-11Catch placeholder types in DefaultLvalueConversionJohn McCall
2011-08-17Treating the unused equality comparisons as something other than part ofChandler Carruth
2011-04-10Simplify calling CheckPlaceholderExpr, converge on it in a few places,John McCall
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2011-03-16Clean up our handling of template-ids that resolve down to a singleDouglas Gregor