summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-missing-variable-declarations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR35862: Suppress -Wmissing-variable-declarations warning on inline variables,Richard Smith2018-01-081-1/+22
| | | | | | variable templates, and instantiations thereof. llvm-svn: 322030
* Extend the tests for -Wmissing-variable-declarations.Ed Schouten2016-12-231-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 Friedman2013-09-241-0/+6
| | | | | | | | This issue was introduced in r181677. PR17349. llvm-svn: 191339
* Add an additional test for namespaces and -Wmissing-variable-declarations. ↵Eli Friedman2012-10-241-0/+43
Move C++ test into SemaCXX. llvm-svn: 166616
OpenPOWER on IntegriCloud