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-constraint.c
Age
Commit message (
Expand
)
Author
2011-01-04
Enhance the diagnostic for negative array sizes to include the
Chandler Carruth
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-04-22
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-07-22
Prep for new warning.
Mike Stump
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-10
GNU allows structs with flexible array members to be placed inside
Douglas Gregor
2009-02-07
Make one expected-diag directive match exactly one actual diagnostic.
Sebastian Redl
2009-01-19
Centralize error reporting of improper uses of incomplete types in the
Douglas Gregor
2008-12-07
a minor grammar fix
Chris Lattner
2008-12-07
Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.
Anders Carlsson
2008-05-27
Change diagnostic per suggestion, to make it a bit clearer what is
Eli Friedman
2008-01-18
Sema::FinalizeDeclaratorGroup(): Tighten up the tentative definition rule whe...
Steve Naroff
2008-01-18
Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...
Steve Naroff
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-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-08-31
Removed Sema::VerifyConstantArrayType(). With the new Array/ConstantArray/Var...
Steve Naroff
2007-08-30
Final phase of array cleanup (for now), removing a FIXME from yesterday.
Steve Naroff
2007-08-28
Move the "invalid decl" idiom up to Decl (where we have some bits to steal:-)
Steve Naroff
2007-08-26
Fix bogus warnings (noticed by Chris) with array-constraints.c.
Steve Naroff
2007-08-26
steve's recent changes fixed this bogus warning.
Chris Lattner
2007-08-02
oops, this is the real fix.
Chris Lattner
2007-08-02
update test
Chris Lattner
2007-07-19
Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never
Chris Lattner