diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-06-22 18:05:17 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-06-22 18:05:17 +0000 |
commit | a9c51fe0895b98f0e830f314c46563d18ac29eb9 (patch) | |
tree | 4cb34ea4b2bf20280f24da94ea0b707bc1a4c354 /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | e5f4a9ff7675c7207be84f448a2cf005e8edf363 (diff) | |
download | bcm5719-llvm-a9c51fe0895b98f0e830f314c46563d18ac29eb9.tar.gz bcm5719-llvm-a9c51fe0895b98f0e830f314c46563d18ac29eb9.zip |
Re-apply: 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: 335375
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions