hanchenye-llvm-project/clang/test/CXX
David Blaikie 6df859d859 Bound member function diagnostic - suggest no-args calls and note overload candidates
Still missing cases for templates, but this is a step in the right
direction. Also omits suggestions that would be ambiguous (eg: void
func(int = 0); + void func(float = 0); func;)

llvm-svn: 183173
2013-06-04 00:28:46 +00:00
..
basic C++1y constexpr extensions, round 1: Allow most forms of declaration and 2013-04-22 15:31:51 +00:00
class Parsing support for thread_local and _Thread_local. We give them the same 2013-04-12 22:46:28 +00:00
class.access Don't crash when diagnosing path-constrained protected 2013-02-27 00:08:19 +00:00
class.derived Tests and status for core issues 1-50. 2013-05-19 07:22:38 +00:00
conv Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
dcl.dcl Bound member function diagnostic - suggest no-args calls and note overload candidates 2013-06-04 00:28:46 +00:00
dcl.decl Grab-bag of bit-field fixes: 2013-05-06 21:39:12 +00:00
drs Tests and status for DR51-99. 2013-05-26 22:03:53 +00:00
except C++1y constexpr extensions, round 1: Allow most forms of declaration and 2013-04-22 15:31:51 +00:00
expr Refactor constant expression evaluation to associate the complete object of a 2013-06-03 05:03:02 +00:00
lex Test that we correctly handle reversion of line splicing etc in raw string 2013-01-17 01:46:13 +00:00
over Bound member function diagnostic - suggest no-args calls and note overload candidates 2013-06-04 00:28:46 +00:00
special PR15755: don't drop parameter packs when dropping parameters with default 2013-04-17 19:00:52 +00:00
stmt.stmt Fix crasher when the range in a C++ range-for loop has an ill-formed initializer. 2013-05-02 18:35:56 +00:00
temp The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00