[all-commits] [llvm/llvm-project] 8ecde3: [Clang] Remove unused #pragma clang __debug handle...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Thu Feb 6 12:27:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ecde3ac34bbb5a8d53d8ec5cd32867658646df1
https://github.com/llvm/llvm-project/commit/8ecde3ac34bbb5a8d53d8ec5cd32867658646df1
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-02-06 (Thu, 06 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
More information about the All-commits
mailing list