diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-06-20 22:11:59 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-06-20 22:11:59 +0000 |
| commit | d1d83df807649325514a921a19e90d543aab18ad (patch) | |
| tree | 9bc2a44c51239c7a05581350ab043b7476ed7d6b /llvm/lib/DebugInfo/DWARF/DWARFContext.cpp | |
| parent | dfd14adeb04c79e6f763d491fc7d2fb3c3b6bc07 (diff) | |
| download | bcm5719-llvm-d1d83df807649325514a921a19e90d543aab18ad.tar.gz bcm5719-llvm-d1d83df807649325514a921a19e90d543aab18ad.zip | |
Warning for framework headers using double quote includes
Introduce -Wquoted-include-in-framework-header, which should fire a warning
whenever a quote include appears in a framework header and suggest a fix-it.
For instance, for header A.h added in the tests, this is how the warning looks
like:
./A.framework/Headers/A.h:2:10: warning: double-quoted include "A0.h" in framework header, expected angle-bracketed instead [-Wquoted-include-in-framework-header]
#include "A0.h"
^~~~~~
<A/A0.h>
./A.framework/Headers/A.h:3:10: warning: double-quoted include "B.h" in framework header, expected angle-bracketed instead [-Wquoted-include-in-framework-header]
#include "B.h"
^~~~~
<B.h>
This helps users to prevent frameworks from using local headers when in fact
they should be targetting system level ones.
The warning is off by default.
Differential Revision: https://reviews.llvm.org/D47157
rdar://problem/37077034
llvm-svn: 335184
Diffstat (limited to 'llvm/lib/DebugInfo/DWARF/DWARFContext.cpp')
0 files changed, 0 insertions, 0 deletions

