Age | Commit message (Expand) | Author |
---|---|---|
2011-06-27 | Cleanup a fixme by using a specific diagnostic for subscripting | Chandler Carruth |
2011-06-27 | Factor out (some of) the checking for invalid forms of pointer | Chandler Carruth |
2011-06-20 | Fix a problem with the diagnostics of invalid arithmetic with function | Chandler Carruth |
2010-09-13 | Congruent diagnostic for void* arithmetic. | Abramo Bagnara |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-07 | Make one expected-diag directive match exactly one actual diagnostic. | Sebastian Redl |
2009-01-23 | Support arithmetic on pointer-to-function types as a GNU | Douglas Gregor |
2009-01-19 | Centralize error reporting of improper uses of incomplete types in the | Douglas Gregor |
2008-05-18 | Add proper type-checking for pointer additiion; before, we were accepting | Eli Friedman |