repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Index
/
Inputs
/
Headers
/
crash.h
blob
76614fe14ade0ba04140ad5cfedbeb5aeff68d28
1
// Produce a crash if CRASH is defined.
2
#ifdef CRASH
3
# pragma clang __debug crash
4
#endif
5
6
const char
*
getCrashString
(
void
);