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:
> zyounan wrote:
> > 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.
> i don't follow, why do you **need** to run clang-format on this file? symbols 
> are already ordered
Specifically, it is `git clang-format`. The pipeline would fail if this command 
does modify some files IIRC.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142836

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to