plotfi marked an inline comment as done.
plotfi added inline comments.
================
Comment at: clang/lib/Frontend/FrontendActions.cpp:185
+    OS << (IsRDOLate ? "late-parsed-decl: " : "")
+       << (IsRDOLate ? ND->getNameAsString() : MangledName) << "\n";
+    // For now, lets just dump the -fdelayed-template-parsing decls until we
----------------
Still feeling out what the proper format should be. Might just go with yaml for 
now. 


Repository:
  rC Clang

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

https://reviews.llvm.org/D60974



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

Reply via email to