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
/
array-init.c
Age
Commit message (
Expand
)
Author
2008-11-12
64-bit test fixes.
Sebastian Redl
2008-09-01
readd test as it passes correctly. nice, but weird
Nuno Lopes
2008-09-01
Backing out r55607 due to logic errors and test regression.
Eli Friedman
2008-09-01
fix one more this-is-not-a-constant error. test included
Nuno Lopes
2008-09-01
make CheckArithmeticConstantExpression() aware of &foo and pointers
Nuno Lopes
2008-08-18
Support initialization of incomplete array with zero size (as
Daniel Dunbar
2008-08-10
wrap some long diagnostics, make 'initializer is not a constant' diagnostic
Chris Lattner
2008-05-25
Count the number of initializable members correctly in structs/unions
Eli Friedman
2008-05-25
Diagnose implicit init list for empty aggregate, like struct {}. Fixes
Eli Friedman
2008-05-25
Move the error checking for variable-sized objects so we don't
Eli Friedman
2008-05-19
Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give
Eli Friedman
2008-04-02
Fix PR2017 and silence some bogus errors.
Chris Lattner
2008-02-11
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-01-28
Fix a bug with struct initializers (in Sema::CheckInitializerListTypes()).
Steve Naroff
2008-01-25
Replace Sema::CheckVariableInitList, CheckConstantInitList, and CheckForCharA...
Steve Naroff
2008-01-21
Sema::CheckInitializerTypes(). Start simpliying and cleaning up...
Steve Naroff
2008-01-04
add comments for the various AssignConvertType's, and split int->pointer from...
Chris Lattner
2008-01-04
Merge all the 'assignment' diagnostic code into one routine, decloning
Chris Lattner
2007-12-10
Add support for initializing char arrays from string literals.
Steve Naroff
2007-10-18
Fix the following bug...
Steve Naroff
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-09-12
Remove a FIXME. Replace a couple asserts with an appropriate error
Steve Naroff
2007-09-04
More fun with initializers!
Steve Naroff
2007-09-03
Finish getting "array-init.c" to work properly.
Steve Naroff
2007-09-02
More progress on array initializers.
Steve Naroff
2007-09-02
More semantic analysis of initializers.
Steve Naroff
2007-09-02
Start implementing semantic analysis for C initializers.
Steve Naroff