This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from e7ecb984 [clangd] Fix an out-of-date FIXME, NFC. new 2ca3c0a9 [clangd] Using symbol name to map includes for STL symbols.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clangd/StdSymbolMap.inc | 1226 ++++++++++++++++++++++++++++++++++++ clangd/include-mapping/gen_std.py | 149 +++++ clangd/include-mapping/test.py | 101 +++ clangd/index/CanonicalIncludes.cpp | 43 +- 4 files changed, 1484 insertions(+), 35 deletions(-) create mode 100644 clangd/StdSymbolMap.inc create mode 100755 clangd/include-mapping/gen_std.py create mode 100755 clangd/include-mapping/test.py