Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-23 | Extend the tests for -Wmissing-variable-declarations. | Ed Schouten | 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 | |||||
2013-09-24 | Fix -Wmissing-variable-declarations regression. | Eli Friedman | 1 | -0/+6 | |
This issue was introduced in r181677. PR17349. llvm-svn: 191339 | |||||
2012-10-24 | Add an additional test for namespaces and -Wmissing-variable-declarations. ↵ | Eli Friedman | 1 | -0/+43 | |
Move C++ test into SemaCXX. llvm-svn: 166616 |