llvm-project/clang/test/CXX/dcl.decl/dcl.init
Richard Trieu d3967635bc Fix typo from r237482. "to reference of type" --> "to reference to type"
llvm-svn: 237507
2015-05-16 01:39:39 +00:00
..
dcl.init.aggr Modify the uninitialized field visitor to detect uninitialized use across the 2013-09-20 03:03:06 +00:00
dcl.init.list PR22566: a conversion from a floating-point type to bool is a narrowing conversion. 2015-02-19 00:39:05 +00:00
dcl.init.ref Fix typo from r237482. "to reference of type" --> "to reference to type" 2015-05-16 01:39:39 +00:00
dcl.init.string 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
p5.cpp Implement C++03 [dcl.init]p5's checking for value-initialization of references 2012-12-08 02:01:17 +00:00
p6.cpp Move fixit for const init from note to diag, weaken to warning in MS mode. 2015-04-17 08:32:38 +00:00
p7.cpp
p14-0x.cpp