index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CXX
/
dcl.decl
/
dcl.init
/
dcl.init.list
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR44540: Prefer an inherited default constructor over an initializer
Richard Smith
2020-01-14
1
-0
/
+14
*
[Sema] Improve test coverage of narrowing conversion diagnostics
Mikhail Maltsev
2018-03-02
1
-6
/
+11
*
[Sema] Classify conversions from enum to float as narrowing
Mikhail Maltsev
2018-02-21
1
-2
/
+12
*
[Sema] Add lvalue-to-rvalue cast in direct-list-initialization of enum
Vedant Kumar
2017-02-16
1
-14
/
+31
*
Fix all tests under test/CXX (and test/Analysis) to pass if clang's default
Richard Smith
2016-08-31
1
-1
/
+1
*
Revert the bool portion of r267054
Richard Trieu
2016-04-22
1
-2
/
+2
*
Split interesting warnings off from -Wfloat-conversion
Richard Trieu
2016-04-21
1
-2
/
+2
*
Paper over the Windows-only enum initialization test failure until the bug is...
Reid Kleckner
2016-03-28
1
-1
/
+2
*
P0138R2: Allow direct-list-initialization of an enumeration from an integral
Richard Smith
2016-03-28
1
-0
/
+127
*
PR22566: a conversion from a floating-point type to bool is a narrowing conve...
Richard Smith
2015-02-19
1
-0
/
+3
*
PR20844: If we fail to list-initialize a reference, map to the referenced type
Richard Smith
2014-09-04
1
-7
/
+8
*
Tweak diagnostic wording for init list narrowing
Alp Toker
2014-05-17
5
-106
/
+106
*
PR16074, implement warnings to catch pointer to boolean true and pointer to
Richard Trieu
2014-02-26
2
-2
/
+4
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-3
/
+7
*
<rdar://problem/13395022> Strip references when extracting an initializer_lis...
Douglas Gregor
2013-03-25
1
-0
/
+10
*
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-05
1
-12
/
+11
*
PR12670: Support for initializing an array of non-aggregate class type from an
Richard Smith
2012-07-07
1
-0
/
+113
*
Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned
Richard Smith
2012-06-19
1
-7
/
+7
*
Add missing narrowing check: converting from a signed integral type to a wider
Richard Smith
2012-06-13
1
-0
/
+14
*
Dependent-sequence initialization of a single element can be direct
Douglas Gregor
2012-04-04
1
-1
/
+13
*
Add -Wnarrowing as an alias for -Wc++11-narrowing, for better GCC
Douglas Gregor
2012-01-23
1
-0
/
+1
*
Downgrade C++11 narrowing conversion errors to warnings default-mapped
Douglas Gregor
2012-01-23
2
-0
/
+223
*
Move narrowing conversion detection code from SemaInit to SemaOverload, ready
Richard Smith
2012-01-18
1
-3
/
+23
*
Switch to the C++11 warning flags in tests.
David Blaikie
2011-10-18
1
-1
/
+1
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Fix PR10694: Boolean conversions can be from pointers, and those conversions
Jeffrey Yasskin
2011-08-30
1
-0
/
+3
*
Print 'int' instead of 'const int' in the narrowing conversion error, since the
Jeffrey Yasskin
2011-08-29
1
-0
/
+10
*
Conversions to bool count as integer conversions for the purposes of
Jeffrey Yasskin
2011-08-12
1
-0
/
+6
*
This patch implements as much of the narrowing conversion error specified by
Jeffrey Yasskin
2011-07-26
2
-0
/
+189
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Move initialization via initializer list over to InitializationSequences.
Douglas Gregor
2009-12-10
1
-0
/
+5