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
/
direct-initializer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Lit Test] Updated 34 Lit tests to be C++11 compatible.
Charles Li
2015-11-17
1
-1
/
+11
*
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-09-05
1
-1
/
+1
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
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
*
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-13
1
-2
/
+2
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-6
/
+6
*
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-22
1
-1
/
+1
*
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-20
1
-3
/
+3
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
1) don't do overload resolution in selecting conversion
Fariborz Jahanian
2009-09-15
1
-4
/
+4
*
Issue good diagnostics when initialization failes due to
Fariborz Jahanian
2009-09-15
1
-0
/
+14
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Removed the warning
Douglas Gregor
2008-12-17
1
-1
/
+1
*
Implement C++ copy-initialization for declarations. There is now some
Douglas Gregor
2008-11-05
1
-3
/
+3
*
Implicit support for direct initialization of objects of class type, e.g.,
Douglas Gregor
2008-11-03
1
-0
/
+26
*
In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGr...
Argyrios Kyrtzidis
2008-10-07
1
-1
/
+3
*
Implement support for C++ direct initializers in declarations, e.g. "int x(1);".
Argyrios Kyrtzidis
2008-10-06
1
-0
/
+8