aprantl added inline comments.

================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:822
+  auto BTName = "auto";
+  return DBuilder.createUnspecifiedType(BTName);
+}
----------------
` DBuilder.createUnspecifiedType("auto")`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70524



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

Reply via email to