Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |