Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes rda... | Argyrios Kyrtzidis | 2011-05-21 | 1 | -0/+4 |
* | emit warn_char_constant_too_large at most once per literal, fixing PR6852 | Chris Lattner | 2010-04-16 | 1 | -0/+6 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -2/+2 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
* | Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo | Chris Lattner | 2009-04-19 | 1 | -1/+2 |
* | Fix PR3938 by taking into account C99 6.10p4. | Chris Lattner | 2009-04-18 | 1 | -0/+7 |
* | convert test to -verify style. | Chris Lattner | 2009-04-18 | 1 | -3/+4 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -2/+2 |
* | add support for -Wundef. | Chris Lattner | 2008-01-23 | 1 | -0/+12 |