[clangd] Handle the C++2b elifdef and elindef PP structure in CollectMainFileMacros.
authorHaojian Wu <hokein.wu@gmail.com>
Wed, 29 Mar 2023 09:20:01 +0000 (11:20 +0200)
committerHaojian Wu <hokein.wu@gmail.com>
Wed, 29 Mar 2023 09:24:44 +0000 (11:24 +0200)
commit3ddfea07f8d033a7e78695baf282a54f0d6765e5
treeeb22cc2e50e93e27f2b0afd56ab7159e1b810f75
parent2f68ddc6048307d7037f9c9c007e4a5f61a58046
[clangd] Handle the C++2b elifdef and elindef PP structure in CollectMainFileMacros.

Reviewed By: kadircet

Differential Revision: https://reviews.llvm.org/D146717
clang-tools-extra/clangd/CollectMacros.cpp
clang-tools-extra/clangd/CollectMacros.h
clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp