Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forbid driver use in Sema tests | Alp Toker | 2014-01-16 | 1 | -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 Friedman | 2012-10-23 | 1 | -18/+0 |
| | | | | llvm-svn: 166499 | ||||
* | Add a new warning -Wmissing-variable-declarations, to warn about variables | Eli Friedman | 2012-10-23 | 1 | -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 |