aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-using-namespace-in-header.cpp
AgeCommit message (Collapse)Author
2012-11-05Delete comment I forgot to delete in my last change.Nico Weber
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167418 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-05Use Richard's BE_THE_HEADER trick to simplify a test. No intended behavior ↵Nico Weber
change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167417 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-02Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a ↵Nico Weber
non-header file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128780 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-26Improve -Wheader-hygiene to warn about using directives inside linkageDouglas Gregor
specifications within the global scope, from Elliot Glaysher. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128352 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-18Add an opt-in -Wheader-hygiene, which current diagnoses the use ofDouglas Gregor
global using directives in C++ headers, from Elliot Glaysher! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127881 91177308-0d34-0410-b5e6-96231b3b80d8