summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list
Commit message (Expand)AuthorAgeFilesLines
* PR44540: Prefer an inherited default constructor over an initializerRichard Smith2020-01-141-0/+14
* [Sema] Improve test coverage of narrowing conversion diagnosticsMikhail Maltsev2018-03-021-6/+11
* [Sema] Classify conversions from enum to float as narrowingMikhail Maltsev2018-02-211-2/+12
* [Sema] Add lvalue-to-rvalue cast in direct-list-initialization of enumVedant Kumar2017-02-161-14/+31
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-311-1/+1
* Revert the bool portion of r267054Richard Trieu2016-04-221-2/+2
* Split interesting warnings off from -Wfloat-conversionRichard Trieu2016-04-211-2/+2
* Paper over the Windows-only enum initialization test failure until the bug is...Reid Kleckner2016-03-281-1/+2
* P0138R2: Allow direct-list-initialization of an enumeration from an integralRichard Smith2016-03-281-0/+127
* PR22566: a conversion from a floating-point type to bool is a narrowing conve...Richard Smith2015-02-191-0/+3
* PR20844: If we fail to list-initialize a reference, map to the referenced typeRichard Smith2014-09-041-7/+8
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-175-106/+106
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-262-2/+4
* PR12086, PR15117Richard Smith2013-06-121-3/+7
* <rdar://problem/13395022> Strip references when extracting an initializer_lis...Douglas Gregor2013-03-251-0/+10
* Add some missing diagnostics for C++11 narrowing conversions.Richard Smith2013-02-051-12/+11
* PR12670: Support for initializing an array of non-aggregate class type from anRichard Smith2012-07-071-0/+113
* Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsignedRichard Smith2012-06-191-7/+7
* Add missing narrowing check: converting from a signed integral type to a widerRichard Smith2012-06-131-0/+14
* Dependent-sequence initialization of a single element can be directDouglas Gregor2012-04-041-1/+13
* Add -Wnarrowing as an alias for -Wc++11-narrowing, for better GCCDouglas Gregor2012-01-231-0/+1
* Downgrade C++11 narrowing conversion errors to warnings default-mappedDouglas Gregor2012-01-232-0/+223
* Move narrowing conversion detection code from SemaInit to SemaOverload, readyRichard Smith2012-01-181-3/+23
* Switch to the C++11 warning flags in tests. David Blaikie2011-10-181-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Fix PR10694: Boolean conversions can be from pointers, and those conversionsJeffrey Yasskin2011-08-301-0/+3
* Print 'int' instead of 'const int' in the narrowing conversion error, since theJeffrey Yasskin2011-08-291-0/+10
* Conversions to bool count as integer conversions for the purposes ofJeffrey Yasskin2011-08-121-0/+6
* This patch implements as much of the narrowing conversion error specified byJeffrey Yasskin2011-07-262-0/+189
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Move initialization via initializer list over to InitializationSequences.Douglas Gregor2009-12-101-0/+5
OpenPOWER on IntegriCloud