felberj added a comment.

This addresses things like

- https://github.com/hedronvision/bazel-compile-commands-extractor/issues/136
- https://github.com/clangd/clangd/issues/124



================
Comment at: llvm/lib/Support/VirtualFileSystem.cpp:1165
+    auto Name = Node.getName();
+    Output.clear();
+    Output.append(Name.begin(), Name.end());
----------------
FYI: This is the first time I worked with this codebase. Is there a better way 
to do this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156781

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

Reply via email to