[clangd] IncludeCleaner: Support macros
authorKirill Bobyrev <kbobyrev@google.com>
Wed, 27 Oct 2021 08:30:03 +0000 (10:30 +0200)
committerKirill Bobyrev <kbobyrev@google.com>
Wed, 27 Oct 2021 08:30:04 +0000 (10:30 +0200)
commite3c6090e597685c23e9d2aac27d45c5a35b2f9bd
tree00dcc3c7e47ffd111ce6bcad65e7618e85ac2240
parent8e4c806ed5a481e4d2163c8330f3c3c024d61a36
[clangd] IncludeCleaner: Support macros

Collect the macro definition locations for all the macros used in the main
file.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D112447
clang-tools-extra/clangd/IncludeCleaner.cpp
clang-tools-extra/clangd/IncludeCleaner.h
clang-tools-extra/clangd/SourceCode.cpp
clang-tools-extra/clangd/unittests/IncludeCleanerTests.cpp