summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/init.c
Commit message (Expand)AuthorAgeFilesLines
* Use our new snazzy stdint.h to make a testcase 64-bit portable.Sebastian Redl2009-02-071-1/+3
* Add iterators to LookupResult, allowing one to iterate over theDouglas Gregor2009-02-021-0/+10
* Closed out a few radars that were addressed by designated initializersDouglas Gregor2009-01-301-0/+16
* Ignore parens when determining if an expr is a string literal. Fixes PR3382.Anders Carlsson2009-01-241-0/+2
* Properly manage the bit-widths of APInts/APSInts in array initialization.Douglas Gregor2009-01-231-1/+3
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-191-1/+2
* Fix test cases broken by quote normalization in diagnostics.Sebastian Redl2008-11-221-1/+1
* Fix PR3031 by silencing follow-on errors in invalid declarations.Chris Lattner2008-11-111-1/+1
* Fix crash caused by this:Argyrios Kyrtzidis2008-11-071-0/+1
* Fix PR3001: if we have an error parsing an initializer, make sure to removeChris Lattner2008-11-031-0/+7
* add the other test case for completeness and to avoid regressions in the futureNuno Lopes2008-09-021-1/+2
* Fix for PR2747: allow pointer->int casts with a null base; these are Eli Friedman2008-09-021-0/+8
* Add test case for function-pointer-cast-of-global as constantDaniel Dunbar2008-08-251-0/+4
* add testcase we already handle.Chris Lattner2008-08-191-0/+4
* wrap some long diagnostics, make 'initializer is not a constant' diagnosticChris Lattner2008-08-101-1/+1
* Make sure to allow assigning a pointer to a bool.Eli Friedman2008-05-301-0/+8
* Fix a couple of bugs found by Neil Booth in the const-ness checking.Eli Friedman2008-05-211-0/+12
* add testcase for pr2050 which is now fixed.Chris Lattner2008-05-041-0/+13
* Improve diagnostic for illegal array initialization.Eli Friedman2008-02-081-0/+4
* all filevar's have static storage. Previously a global withChris Lattner2007-12-021-0/+5
* add several cases that Expr::hasStaticStorage missed, pointed out by Oliver HuntChris Lattner2007-11-271-0/+4
* Implement test/Sema/init.c by treating functions as constants.Chris Lattner2007-11-011-0/+6
OpenPOWER on IntegriCloud