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-format] Fix a bug in aligning comments above PPDirective (#72791)
[llvm-project.git]
/
clang
/
test
/
Frontend
/
llvmplugins.c
blob
182029814beb9dac56082a5f49afda0ac4459290
1
// RUN: %clang_cc1 -load %llvmshlibdir/LLVMPrintFunctionNames%pluginext -S -o /dev/null -emit-llvm %s 2>&1 | FileCheck %s
2
// REQUIRES: plugins, examples
3
4
// CHECK: [PrintPass] Found function: x
5
int
x
(
int
y
){
return
y
; }