Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Richard's BE_THE_HEADER trick to simplify a test. No intended behavior ↵ | Nico Weber | 2012-11-05 | 1 | -50/+0 |
| | | | | | | change. llvm-svn: 167417 | ||||
* | Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a ↵ | Nico Weber | 2011-04-02 | 1 | -0/+8 |
| | | | | | | non-header file. llvm-svn: 128780 | ||||
* | Improve -Wheader-hygiene to warn about using directives inside linkage | Douglas Gregor | 2011-03-26 | 1 | -0/+27 |
| | | | | | | 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/+15 |
global using directives in C++ headers, from Elliot Glaysher! llvm-svn: 127881 |