[all-commits] [llvm/llvm-project] 793d64: [Clang] Remove unused #pragma clang __debug handle...

Alexandre Ganea via All-commits all-commits at lists.llvm.org
Mon Feb 10 06:32:37 PST 2020


  Branch: refs/heads/release/10.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 793d643f6d69e6908a6ece4aacb07b6573e33e18
      https://github.com/llvm/llvm-project/commit/793d643f6d69e6908a6ece4aacb07b6573e33e18
  Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M clang/lib/Lex/Pragma.cpp
    M llvm/include/llvm/Support/CrashRecoveryContext.h
    M llvm/lib/Support/CrashRecoveryContext.cpp

  Log Message:
  -----------
  [Clang] Remove unused #pragma clang __debug handle_crash

As discussed in D70568, remove this because it isn't used anywhere, and I think it's better to go through real crashes for testing (#pragma clang __debug crash).
Also remove the support function llvm::CrashRecoveryContext::HandleCrash() which was added at the same time by @ddunbar.

Differential Revision: https://reviews.llvm.org/D74063

(cherry picked from commit 8ecde3ac34bbb5a8d53d8ec5cd32867658646df1)




More information about the All-commits mailing list