[all-commits] [llvm/llvm-project] 6585dd: [clangd] Replace the hacky include-cleaner macro-r...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri Jun 23 05:09:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6585dd3b83738789dff5ca82008efdf84c9b922c
https://github.com/llvm/llvm-project/commit/6585dd3b83738789dff5ca82008efdf84c9b922c
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M clang-tools-extra/clangd/IncludeCleaner.cpp
M clang-tools-extra/clangd/unittests/IncludeCleanerTests.cpp
Log Message:
-----------
[clangd] Replace the hacky include-cleaner macro-reference implementation.
Now MainFileMacros preserves enough information, we perform a just-in-time
convertion to interop with include-cleaner::Macro for include-cleaer features.
Differential Revision: https://reviews.llvm.org/D147034
More information about the All-commits
mailing list