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