Age | Commit message (Expand) | Author |
---|---|---|
2011-10-12 | Change __extension__ to disable only diagnostics controlled by -pedantic. | Bob Wilson |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-26 | Fix bug in __extension__ handling for declarations, from Abramo | Douglas Gregor |
2009-07-22 | Prep for new warning. | Mike Stump |
2009-04-22 | change implicit int warnings to point to the identifier, not the | Chris Lattner |
2009-04-14 | Fix a regression in a previous patch that broke implicit | Chris Lattner |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-03 | fix PR# | Chris Lattner |
2009-03-02 | fix PR2639 | Chris Lattner |
2009-02-27 | upgrade various 'implicit int' warnings from an ext-warn to warning when not | Chris Lattner |
2007-07-13 | Unspecified type specs default to int. This fixes a crash | Chris Lattner |