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
/
aggregate-initialization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
1
-3
/
+4
*
[Sema] Check that the destructor for each element of class type is
Akira Hatanaka
2018-09-07
1
-0
/
+48
*
Use zeroinitializer for (trailing zero portion of) large array initializers
Richard Smith
2018-05-23
1
-0
/
+6
*
Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra...
Hans Wennborg
2018-05-23
1
-6
/
+0
*
Use zeroinitializer for (trailing zero portion of) large array initializers
Richard Smith
2018-05-23
1
-0
/
+6
*
Suppress -Wmissing-braces warning when aggregate-initializing a struct with a...
Richard Smith
2017-10-03
1
-1
/
+31
*
Fix defaulted-functions-in-C++98 extension to give the functions the same
Richard Smith
2016-12-21
1
-2
/
+0
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
1
-3
/
+9
*
Fix crash in access check for aggregate initialization of base classes. It's
Richard Smith
2016-03-08
1
-2
/
+66
*
Implemented delayed processing of 'unavailable' checking, just like with 'dep...
Ted Kremenek
2013-12-18
1
-1
/
+1
*
List-initialization via constructor part 1. Still needs: pretty-printing, ove...
Sebastian Redl
2011-12-22
1
-11
/
+11
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Implement the suggested resolution of WG21 N3307 issue 19: When determining w...
Richard Smith
2011-09-05
1
-3
/
+3
*
Revert 135177 to fix PR10363.
Rafael Espindola
2011-07-14
1
-7
/
+8
*
For C++11, do more checking of initializer lists up-front, enabling some subs...
Sebastian Redl
2011-07-14
1
-8
/
+7
*
Clean up trivial default constructors now.
Alexis Hunt
2011-05-09
1
-1
/
+3
*
Introduce Type::isStructureOrClassType(), which does the obvious
Douglas Gregor
2010-04-26
1
-0
/
+13
*
Improve our handling of user-defined conversions as part of overload
Douglas Gregor
2010-04-17
1
-2
/
+2
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-6
/
+6
*
Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes ...
Anders Carlsson
2010-01-24
1
-1
/
+28
*
Use the new init code for member subobjects.
Anders Carlsson
2010-01-23
1
-0
/
+3
*
Switch some array initialization over to the new init code.
Anders Carlsson
2010-01-23
1
-0
/
+3
*
Baby steps towards migrating the InitListChecker over to the new initializati...
Anders Carlsson
2010-01-23
1
-0
/
+4
*
Add testcase for PR5817, although the bug was already fixed
Douglas Gregor
2010-01-06
1
-0
/
+4
*
Switch file-scope assignment initialization over to InitializationSequence.
Eli Friedman
2009-12-22
1
-4
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Sema-check virtual declarations. Complete dynamic_cast checking.
Sebastian Redl
2008-11-06
1
-1
/
+3
*
Keep track of whether a C++ class is an aggregate. Don't allow initialization...
Douglas Gregor
2008-11-05
1
-0
/
+26