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
[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git]
/
clang
/
test
/
Analysis
/
html-diags-multifile.h
blob
71d39ba79e1c657437f8d326c19bad40eb62dbb6
1
#define DEREF(p) *p = 0xDEADBEEF
2
void
has_bug
(
int
*
p
) {
3
DEREF
(
p
);
4
}