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
/
Sema
/
designated-initializers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
1
-7
/
+7
*
Refactor InitListChecker to check only a single (explicit) initializer
Richard Smith
2019-08-29
1
-3
/
+3
*
PR32280: Do not crash on nested initializers.
Vassil Vassilev
2017-04-14
1
-0
/
+17
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-7
/
+17
*
Gracefully (and correctly) handle init of multiple union members
Matthew Curtis
2013-10-03
1
-1
/
+49
*
Tweak r183791 so we don't print a note without a source location.
Eli Friedman
2013-06-11
1
-0
/
+16
*
This patch fixes multiple issues in clang's designated init builder and
Douglas Gregor
2010-10-08
1
-0
/
+28
*
When filling in value initializations within an initializer list, be
Douglas Gregor
2009-12-22
1
-0
/
+17
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Remove the -arch option from clang-cc: for all practical purposes, it's
Eli Friedman
2009-05-19
1
-1
/
+1
*
fix PR4073 by making designated initializer checking code use
Chris Lattner
2009-04-25
1
-0
/
+11
*
Implement support for designated initializers that refer to members of
Douglas Gregor
2009-04-15
1
-0
/
+34
*
Make our diagnostics about the obsolete GNU designated-initializer
Douglas Gregor
2009-03-28
1
-1
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Downgrade the "excess elements in initializer" errors to warnings *in
Douglas Gregor
2009-02-18
1
-1
/
+1
*
Fix a bug with designated initializers where we were stepping out of a
Douglas Gregor
2009-02-12
1
-0
/
+14
*
When handling "the rest" of a designated array subobject, maybe sure
Douglas Gregor
2009-02-09
1
-0
/
+21
*
Make CodeGen produce an error if we come across a non-constant initializer li...
Douglas Gregor
2009-01-29
1
-5
/
+4
*
Add another devilish testcase for designated initializers
Douglas Gregor
2009-01-29
1
-1
/
+6
*
Eliminate infinite looping in a wacky case with designated initializers. Simp...
Douglas Gregor
2009-01-29
1
-1
/
+9
*
Improvements to code-generation and semantic analysis of designated
Douglas Gregor
2009-01-28
1
-5
/
+5
*
Code generation support for C99 designated initializers.
Douglas Gregor
2009-01-28
1
-4
/
+26
*
More APSInt appeasement
Douglas Gregor
2009-01-23
1
-1
/
+1
*
Hopefully the last of the APSInt signedness issues with initializers. Fixes P...
Douglas Gregor
2009-01-23
1
-1
/
+2
*
Make sure all of the isUnsigned flags line up when comparing initializer valu...
Douglas Gregor
2009-01-23
1
-0
/
+1
*
Properly manage the bit-widths of APInts/APSInts in array initialization.
Douglas Gregor
2009-01-23
1
-0
/
+3
*
Reimplement the handling of the "current object" in designator
Douglas Gregor
2009-01-22
1
-1
/
+37
*
Initial implementation of semantic analysis and ASTs for C99
Douglas Gregor
2009-01-22
1
-0
/
+78