Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a ↵ | Nico Weber | 2011-04-02 | 1 | -0/+27 |
| | | | | | | non-header file. llvm-svn: 128780 | ||||
* | Improve -Wheader-hygiene to warn about using directives inside linkage | Douglas Gregor | 2011-03-26 | 1 | -0/+18 |
| | | | | | | specifications within the global scope, from Elliot Glaysher. llvm-svn: 128352 | ||||
* | Add an opt-in -Wheader-hygiene, which current diagnoses the use of | Douglas Gregor | 2011-03-18 | 1 | -0/+9 |
global using directives in C++ headers, from Elliot Glaysher! llvm-svn: 127881 |