summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-missing-variable-declarations.c
Commit message (Collapse)AuthorAgeFilesLines
* Forbid driver use in Sema testsAlp Toker2014-01-161-1/+1
| | | | | | | | This ports the last Sema tests over to use the frontend directly, and adds a local lit substitution to disable inappropriate %clang usage under this directory. llvm-svn: 199348
* Delete junk that snuck into r166498.Eli Friedman2012-10-231-18/+0
| | | | llvm-svn: 166499
* Add a new warning -Wmissing-variable-declarations, to warn about variablesEli Friedman2012-10-231-0/+36
defined without a previous declaration. This is similar to -Wmissing-prototypes, but for variables instead of functions. Patch by Ed Schouten. llvm-svn: 166498
OpenPOWER on IntegriCloud