summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-using-namespace-in-header.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a ↵Nico Weber2011-04-021-0/+27
| | | | | | non-header file. llvm-svn: 128780
* Improve -Wheader-hygiene to warn about using directives inside linkageDouglas Gregor2011-03-261-0/+18
| | | | | | specifications within the global scope, from Elliot Glaysher. llvm-svn: 128352
* Add an opt-in -Wheader-hygiene, which current diagnoses the use ofDouglas Gregor2011-03-181-0/+9
global using directives in C++ headers, from Elliot Glaysher! llvm-svn: 127881
OpenPOWER on IntegriCloud