Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR35862: Suppress -Wmissing-variable-declarations warning on inline variables, | Richard Smith | 2018-01-08 | 1 | -1/+22 |
| | | | | | | variable templates, and instantiations thereof. llvm-svn: 322030 | ||||
* | Extend the tests for -Wmissing-variable-declarations. | Ed Schouten | 2016-12-23 | 1 | -0/+5 |
| | | | | | | | We shouldn't throw a warning when the static keyword is not present in an anonymous namespace, just like we do for -Wmissing-prototypes. llvm-svn: 290443 | ||||
* | Fix -Wmissing-variable-declarations regression. | Eli Friedman | 2013-09-24 | 1 | -0/+6 |
| | | | | | | | | This issue was introduced in r181677. PR17349. llvm-svn: 191339 | ||||
* | Add an additional test for namespaces and -Wmissing-variable-declarations. ↵ | Eli Friedman | 2012-10-24 | 1 | -0/+43 |
Move C++ test into SemaCXX. llvm-svn: 166616 |