index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
designated-initializers.c
Age
Commit message (
Expand
)
Author
2009-05-19
Remove the -arch option from clang-cc: for all practical purposes, it's
Eli Friedman
2009-04-25
fix PR4073 by making designated initializer checking code use
Chris Lattner
2009-04-15
Implement support for designated initializers that refer to members of
Douglas Gregor
2009-03-28
Make our diagnostics about the obsolete GNU designated-initializer
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-18
Downgrade the "excess elements in initializer" errors to warnings *in
Douglas Gregor
2009-02-12
Fix a bug with designated initializers where we were stepping out of a
Douglas Gregor
2009-02-09
When handling "the rest" of a designated array subobject, maybe sure
Douglas Gregor
2009-01-29
Make CodeGen produce an error if we come across a non-constant initializer li...
Douglas Gregor
2009-01-29
Add another devilish testcase for designated initializers
Douglas Gregor
2009-01-29
Eliminate infinite looping in a wacky case with designated initializers. Simp...
Douglas Gregor
2009-01-28
Improvements to code-generation and semantic analysis of designated
Douglas Gregor
2009-01-28
Code generation support for C99 designated initializers.
Douglas Gregor
2009-01-23
More APSInt appeasement
Douglas Gregor
2009-01-23
Hopefully the last of the APSInt signedness issues with initializers. Fixes P...
Douglas Gregor
2009-01-23
Make sure all of the isUnsigned flags line up when comparing initializer valu...
Douglas Gregor
2009-01-23
Properly manage the bit-widths of APInts/APSInts in array initialization.
Douglas Gregor
2009-01-22
Reimplement the handling of the "current object" in designator
Douglas Gregor
2009-01-22
Initial implementation of semantic analysis and ASTs for C99
Douglas Gregor