Age | Commit message (Expand) | Author |
---|---|---|
2009-07-20 | Improve GCC compatibility by allowing static tentative definitions of | Douglas Gregor |
2009-04-15 | Add warning when a tentative array definition is assumed to have one element. | Daniel Dunbar |
2009-04-13 | PR3461: reject initializer for incomplete type. Based on patch by Tim | Eli Friedman |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-10 | Add type checking for tentative definitions at the end of the | Douglas Gregor |
2009-03-10 | Partial fix for PR3310, concerning type-checking for tentative | 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-07-03 | new testcase | Chris Lattner |
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 |