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
/
decl-init-ref.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR16502: Fix a dumb bug where we might look past the last initializer in an
Richard Smith
2013-07-01
1
-0
/
+6
*
Fix handling of braced-init-list as reference initializer within aggregate
Richard Smith
2013-05-31
1
-1
/
+4
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Re-instate r123977/r123978, my updates of the reference-binding
Douglas Gregor
2011-01-24
1
-1
/
+1
*
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-09-05
1
-1
/
+1
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-1
/
+1
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-3
/
+3
*
Fix PR number in test case
Douglas Gregor
2010-02-09
1
-2
/
+2
*
Be more careful when checking initializer lists that involve reference
Douglas Gregor
2010-02-09
1
-0
/
+3
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-1
/
+1
*
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-18
1
-1
/
+1
*
In Sema::CheckInitializerTypes, replace a use of CheckReferenceInit with an I...
Douglas Gregor
2009-12-16
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-09
1
-3
/
+3
*
If built-in operators could not be selected because of ambiguity in
Fariborz Jahanian
2009-10-12
1
-1
/
+1
*
Issue good diagnostics when initializing a refernce type with
Fariborz Jahanian
2009-09-30
1
-0
/
+2
*
This patch addresses a few issues related to 8.5.3 [dcl.init.ref]
Fariborz Jahanian
2009-09-23
1
-0
/
+24