summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/storage-class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't warn about the 'extern' in 'extern "C"' on a tag decl. This isJohn McCall2011-03-261-0/+3
| | | | | | usually useless, but not always. llvm-svn: 128326
* When checking whether to diagnose an initialized "extern" variable,Douglas Gregor2010-04-221-0/+1
| | | | | | | look for the const on the base type rather than on the top-level type. Fixes PR6495 properly. llvm-svn: 102066
* Only suppress the "extern variable has an initializer" warning when the ↵Douglas Gregor2010-04-191-1/+2
| | | | | | extern entity being initialized is const. llvm-svn: 101821
* Disable the "'extern' variable has an initializer" warning in C++,Douglas Gregor2010-04-191-0/+2
since it makes sense there to have const extern variables. Fixes PR6495. llvm-svn: 101818
OpenPOWER on IntegriCloud