hans accepted this revision.
hans added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Lex/Pragma.cpp:1108
-      DebugOverflowStack();
-    } else if (II->isStr("handle_crash")) {
-      llvm::CrashRecoveryContext *CRC 
=llvm::CrashRecoveryContext::GetCurrent();
----------------
Maybe also add to the description that you're removing this one. And does this 
mean we can drop the CrashRecoveryContext.h include?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74070



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

Reply via email to