[all-commits] [llvm/llvm-project] 58927e: [clangd] Remove the direct use of StdSymbolMapping...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Feb 6 05:43:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58927e9931219387895b4ef67ebb50eafa2d9056
https://github.com/llvm/llvm-project/commit/58927e9931219387895b4ef67ebb50eafa2d9056
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
M clang-tools-extra/clangd/index/CanonicalIncludes.h
M clang-tools-extra/clangd/index/StdLib.cpp
M clang-tools-extra/clangd/index/SymbolCollector.cpp
M clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
Log Message:
-----------
[clangd] Remove the direct use of StdSymbolMapping.inc usage.
Replace them with the library APIs.
Differential Revision: https://reviews.llvm.org/D143274
More information about the All-commits
mailing list