Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tighten up the "cannot return array or function type" diagnostic to | Douglas Gregor | 2010-01-11 | 1 | -1/+1 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | This is a pretty big cleanup for how invalid decl/type are handle. | Chris Lattner | 2009-04-25 | 1 | -2/+5 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | upgrade various 'implicit int' warnings from an ext-warn to warning when not | Chris Lattner | 2009-02-27 | 1 | -1/+1 |
* | Fix PR3031 by silencing follow-on errors in invalid declarations. | Chris Lattner | 2008-11-11 | 1 | -2/+1 |
* | Fix PR2400 by more graceful handling of invalid decls. Don't try to layout | Chris Lattner | 2008-08-09 | 1 | -0/+12 |
* | add run lines. | Chris Lattner | 2007-12-12 | 1 | -0/+1 |
* | Fix a crash on test/Sema/invalid-decl.c | Chris Lattner | 2007-10-19 | 1 | -0/+7 |