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
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
clang
/
test
/
Sema
/
Inputs
/
warn-unreachable.h
blob
d39be8fdd41399828bc47f9546ec2e5d6ed150c4
1
// Test that this unreachable code warning is
2
// not reported because it is in a header.
3
4
void
foo_unreachable_header
(
void
) {
5
return
;
6
foo_unreachable_header
();
// no-warning
7
}