diff options
author | Lubos Lunak <l.lunak@centrum.cz> | 2019-09-16 19:18:37 +0000 |
---|---|---|
committer | Lubos Lunak <l.lunak@centrum.cz> | 2019-09-16 19:18:37 +0000 |
commit | a507a5ec8f1d7ded4a808a8813be1ade08580a7b (patch) | |
tree | 4ff6bac5ea7af28068c8b56947ebf20ee49ec599 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp | |
parent | 413647d730972eac9675f695c2ea63fb393a5531 (diff) | |
download | bcm5719-llvm-a507a5ec8f1d7ded4a808a8813be1ade08580a7b.tar.gz bcm5719-llvm-a507a5ec8f1d7ded4a808a8813be1ade08580a7b.zip |
do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)
-frewrite-includes calls PP.SetMacroExpansionOnlyInDirectives() to avoid
macro expansions that are useless in that mode, but this can lead
to -Wunused-macros false positives. As -frewrite-includes does not emit
normal warnings, block -Wunused-macros too.
Differential Revision: https://reviews.llvm.org/D65371
llvm-svn: 372026
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp')
0 files changed, 0 insertions, 0 deletions