summaryrefslogtreecommitdiff
path: root/test/Sema/implicit-int.c
Commit message (Expand)AuthorAgeFilesLines
* Change __extension__ to disable only diagnostics controlled by -pedantic.Bob Wilson2011-10-121-5/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* Fix bug in __extension__ handling for declarations, from AbramoDouglas Gregor2009-08-261-1/+1
* Prep for new warning.Mike Stump2009-07-221-0/+1
* change implicit int warnings to point to the identifier, not the Chris Lattner2009-04-221-2/+1
* Fix a regression in a previous patch that broke implicit Chris Lattner2009-04-141-0/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* fix PR#Chris Lattner2009-03-031-1/+1
* fix PR2639Chris Lattner2009-03-021-0/+14
* upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner2009-02-271-2/+8
* Unspecified type specs default to int. This fixes a crashChris Lattner2007-07-131-0/+4