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
/
references.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When copy-initializing a temporary for a reference binding, don't allow use of
Richard Smith
2013-06-13
1
-0
/
+7
*
Better wording for reference self-initialization warning.
Hans Wennborg
2012-08-20
1
-1
/
+1
*
Warn about self-initialization of references.
Hans Wennborg
2012-08-17
1
-1
/
+1
*
Fix a crash-on-valid that has been here for a very long time:
Chandler Carruth
2011-08-22
1
-0
/
+3
*
Add another case to the whitelist of cast kinds that can convert to bool.
John McCall
2010-11-16
1
-0
/
+4
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-1
/
+1
*
Teach ASTContext::getUnqualifiedArrayType() how to look through
Douglas Gregor
2010-05-17
1
-0
/
+15
*
Warn about non-aggregate classes with no user-declared constructors
Douglas Gregor
2010-04-15
1
-2
/
+2
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-1
/
+1
*
Diagnose binding a non-const reference to a vector element.
Anders Carlsson
2010-01-31
1
-0
/
+13
*
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
-4
/
+4
*
Make C++ temporary-related expressions provide proper source-range information.
Douglas Gregor
2009-09-23
1
-0
/
+15
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-16
1
-2
/
+2
*
Removed the warning
Douglas Gregor
2008-12-17
1
-3
/
+3
*
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
1
-1
/
+1
*
Implement C++ DR 106 and C++ DR 540, both of which deal with
Douglas Gregor
2008-11-03
1
-0
/
+12
*
Temporary disable the const-object-declaration-without-initializer check, bec...
Douglas Gregor
2008-10-29
1
-3
/
+0
*
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-10-29
1
-4
/
+56
*
Move the C++ Sema tests into a separate SemaCXX directory.
Argyrios Kyrtzidis
2008-08-16
1
-0
/
+28