[PATCH] D101192: Add support for #elifdef and #elifndef
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 26 04:50:17 PDT 2021
aaron.ballman added inline comments.
================
Comment at: clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp:909
If, // if/ifdef/ifndef
Else // elif,else
};
----------------
dexonsmith wrote:
> Please add the two new cases to this comment as well.
Good catch, thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101192/new/
https://reviews.llvm.org/D101192
More information about the cfe-commits
mailing list