[all-commits] [llvm/llvm-project] cf048e: [clangd] Perform self-containedness check at EOF (...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Wed Dec 20 01:48:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf048e16a7c682a3ed5abb32702c3048fcad7638
https://github.com/llvm/llvm-project/commit/cf048e16a7c682a3ed5abb32702c3048fcad7638
Author: kadir çetinkaya <kadircet at google.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M clang-tools-extra/clangd/index/SymbolCollector.cpp
M clang-tools-extra/clangd/index/SymbolCollector.h
M clang-tools-extra/clangd/unittests/IndexActionTests.cpp
Log Message:
-----------
[clangd] Perform self-containedness check at EOF (#75965)
Header gurads are not detected until we hit EOF. Make sure we postpone
any such detection until then.
More information about the All-commits
mailing list