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