[PATCH] D146717: [clangd] Handle the C++2b elifdef and elindef PP structure in CollectMainFileMacros.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 09:43:11 PDT 2023
kadircet added a comment.
thanks, LG apart from the using decls
================
Comment at: clang-tools-extra/clangd/CollectMacros.h:69
const MacroDefinition &MD) override;
+ using PPCallbacks::Elifdef;
+ using PPCallbacks::Elifndef;
----------------
why do we have these using decls?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146717/new/
https://reviews.llvm.org/D146717
More information about the cfe-commits
mailing list