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
/
dcl_init_aggr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR12670: Support for initializing an array of non-aggregate class type from an
Richard Smith
2012-07-07
1
-1
/
+1
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
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
*
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
Douglas Gregor
2010-02-28
1
-1
/
+1
*
Use the new init code for member subobjects.
Anders Carlsson
2010-01-23
1
-1
/
+1
*
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
-3
/
+3
*
Switch file-scope assignment initialization over to InitializationSequence.
Eli Friedman
2009-12-22
1
-1
/
+1
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
1
-2
/
+2
*
When value-initializing a class with no user-defined constructors but
Douglas Gregor
2009-12-16
1
-4
/
+5
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Improve handling of initialization by constructor, by ensuring that
Douglas Gregor
2009-09-09
1
-3
/
+3
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Make one expected-diag directive match exactly one actual diagnostic.
Sebastian Redl
2009-02-07
1
-4
/
+4
*
Implement semantic analysis for the GNU flexible array initialization
Douglas Gregor
2009-02-04
1
-1
/
+1
*
Check value-initializations that occur when an initializer list
Douglas Gregor
2009-02-02
1
-0
/
+15
*
Improve our handling of the second step in a user-defined conversion
Douglas Gregor
2009-01-30
1
-1
/
+1
*
Upgrade the "excess elements in array initializer" warning to an
Douglas Gregor
2009-01-30
1
-2
/
+2
*
Implement and test aggregate initialization in C++. Major changes:
Douglas Gregor
2009-01-30
1
-0
/
+107