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-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