[PATCH] D63508: make -frewrite-includes handle __has_include wrapped in a macro
Luboš Luňák via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 19 12:12:44 PDT 2019
llunak added a comment.
In D63508#1550668 <https://reviews.llvm.org/D63508#1550668>, @rsmith wrote:
> Perhaps we should rewrite all `#if`-like directives to `#if 0` or `#if 1`?
I think that would work too and it'd be in fact a reliable simple solution.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63508/new/
https://reviews.llvm.org/D63508
More information about the cfe-commits
mailing list