Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Congruent diagnostic for void* arithmetic. | Abramo Bagnara | 2010-09-13 | 1 | -0/+1 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Make one expected-diag directive match exactly one actual diagnostic. | Sebastian Redl | 2009-02-07 | 1 | -1/+1 |
* | Support arithmetic on pointer-to-function types as a GNU | Douglas Gregor | 2009-01-23 | 1 | -2/+7 |
* | Centralize error reporting of improper uses of incomplete types in the | Douglas Gregor | 2009-01-19 | 1 | -3/+3 |
* | Add proper type-checking for pointer additiion; before, we were accepting | Eli Friedman | 2008-05-18 | 1 | -0/+14 |