llvm-project/clang/test/CXX/dcl.decl/dcl.init
Richard Trieu 891f0f176c Revert the bool portion of r267054
Remove the floating point to bool conversion warnings.  Some of these
conversions will be caught by -Wliteral-conversion and -Wfloat-conversion

llvm-svn: 267234
2016-04-22 22:14:32 +00:00
..
dcl.init.aggr P0017R1: In C++1z, an aggregate class can have (public non-virtual) base classes; these are initialized as if they were data members. 2016-03-08 22:17:41 +00:00
dcl.init.list Revert the bool portion of r267054 2016-04-22 22:14:32 +00:00
dcl.init.ref [Lit Test] Updated 34 Lit tests to be C++11 compatible. 2015-11-17 20:25:05 +00:00
dcl.init.string
p5.cpp
p6.cpp Implement the likely resolution of core issue 253. 2016-02-19 01:52:46 +00:00
p7.cpp
p14-0x.cpp