repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[flang][cuda] Do not register global constants (#118582)
[llvm-project.git]
/
clang
/
test
/
Format
/
dump-config-objc-stdin.m
blob
d81711a84d79bf40569d77698e59ea656584e844
1
// RUN: clang-format -assume-filename=foo.m -dump-config | FileCheck %s
2
3
// RUN: clang-format -dump-config - < %s | FileCheck %s
4
5
// CHECK: Language: ObjC
6
7
@interface Foo
8
@end