[PATCH] D64384: [WIP] Index-while-building

Jan Korous via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 14:44:37 PDT 2019


jkorous marked 3 inline comments as done.
jkorous added inline comments.


================
Comment at: clang/lib/Index/CodegenNameGenerator.cpp:31
+
+  bool writeName(const Decl *D, raw_ostream &OS) {
+    // First apply frontend mangling.
----------------
gribozavr wrote:
> This code looks like a straight copy from `clang/lib/AST/Mangle.cpp` -- can it be de-duplicated?
Seems like you're right: https://reviews.llvm.org/D63535


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

https://reviews.llvm.org/D64384





More information about the llvm-commits mailing list