[PATCH] D142836: [clangd] Add symbol mappings for `std::experimental::filesystem`

Younan Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 06:01:59 PST 2023


zyounan added inline comments.


================
Comment at: clang/lib/Tooling/Inclusions/Stdlib/StdTsSymbolMap.inc:6
+// whatever.
+// clang-format off
+SYMBOL(absolute, std::experimental::filesystem::, <experimental/filesystem>)
----------------
kadircet wrote:
> can you strip clang-format pragmas to be similar to other mapping files.
I'd love to if possible, but for some reason clang-format would add extra spaces before and after the slash, `<experimental / filesystem>`, which looks ugly and I don't expect it right.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142836/new/

https://reviews.llvm.org/D142836



More information about the cfe-commits mailing list