[clangd] Drop stale macro and mark ranges
authorKadir Cetinkaya <kadircet@google.com>
Tue, 14 Mar 2023 09:13:28 +0000 (10:13 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 14 Mar 2023 12:18:16 +0000 (13:18 +0100)
commitc11c2f5f6548a5303517c89ba6629bbfa7fae0d9
tree7fb1666a670f6f1d68c73102a3e55c5fc2e0377b
parentca431a4fcbec372f1bce34b498576c641b98040c
[clangd] Drop stale macro and mark ranges

I'll follow up with patching of those ranges, this is to stop bleeding
mentioned in https://github.com/clangd/clangd/issues/1537.

Differential Revision: https://reviews.llvm.org/D146024
clang-tools-extra/clangd/ParsedAST.cpp
clang-tools-extra/clangd/Preamble.cpp
clang-tools-extra/clangd/Preamble.h
clang-tools-extra/clangd/unittests/PreambleTests.cpp