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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-query
/
function-decl.c
blob
f35cba03781ab897ab3f9bbf74ab5d1d7371c9d2
1
// RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s
2
3
// CHECK: function-decl.c:4:1: note: "root" binds here
4
void
foo
(
void
) {}