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
/
SemaCXX
/
cxx0x-initializer-references.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of initialization from parenthesized initializer list.
Richard Smith
2017-03-24
1
-2
/
+14
*
Use descriptive message if list initializer is incorrectly parenthesized.
Serge Pavlov
2016-11-12
1
-3
/
+2
*
[Sema] Do not permit binding a reference to a compound literal
David Majnemer
2015-04-26
1
-0
/
+4
*
Improve the "braces around scalar init" warning to determine whether to warn
Richard Smith
2015-02-12
1
-1
/
+1
*
Implement the remaining portion of DR1467 from r227022. I may have overlooked...
Larisse Voufo
2015-01-27
1
-2
/
+3
*
PR20844: If we fail to list-initialize a reference, map to the referenced type
Richard Smith
2014-09-04
1
-0
/
+6
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-2
/
+2
*
Fix handling of braced-init-list as reference initializer within aggregate
Richard Smith
2013-05-31
1
-0
/
+21
*
Don't crash when binding a reference to a temporary pointer created from
Richard Smith
2013-01-15
1
-0
/
+7
*
PR12660: Don't crash when initializing a const reference from a braced init list
Richard Smith
2012-04-26
1
-0
/
+5
*
Be smarter in discovering list-initialization of temporaries. Fixes PR12182.
Sebastian Redl
2012-03-07
1
-0
/
+8
*
Change the way we store initialization kinds so that all direct inits can dis...
Sebastian Redl
2012-02-12
1
-0
/
+5
*
Implement overload resolution for reference-typed parameters supplied with in...
Sebastian Redl
2011-12-03
1
-0
/
+43
*
Reference initialization with initializer lists.
Sebastian Redl
2011-11-27
1
-0
/
+31