summaryrefslogtreecommitdiff
path: root/test/SemaCXX/storage-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added warning on structures/unions that are empty or contain onlySerge Pavlov2013-11-141-1/+1
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-1/+1
* Don't warn about the 'extern' in 'extern "C"' on a tag decl. This isJohn McCall2011-03-261-0/+3
* When checking whether to diagnose an initialized "extern" variable,Douglas Gregor2010-04-221-0/+1
* Only suppress the "extern variable has an initializer" warning when the exter...Douglas Gregor2010-04-191-1/+2
* Disable the "'extern' variable has an initializer" warning in C++,Douglas Gregor2010-04-191-0/+2