[PATCH] D62575: [clangd] Another improvement for std include mapping.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 29 03:01:48 PDT 2019


hokein created this revision.
hokein added a reviewer: sammccall.
Herald added subscribers: kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

Improve the way of checking a symbol name is in the first cell. The previous way
is not very robost for cases where a cell lists multiple symbols (e.g. int8_t).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62575

Files:
  clang-tools-extra/clangd/StdSymbolMap.inc
  clang-tools-extra/clangd/include-mapping/gen_std.py
  clang-tools-extra/clangd/include-mapping/test.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62575.201850.patch
Type: text/x-patch
Size: 4299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190529/abb32bb2/attachment.bin>


More information about the cfe-commits mailing list