[PATCH] D60974: Clang IFSO driver action.

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 22 11:43:57 PDT 2019


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





More information about the cfe-commits mailing list