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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Format
/
lit.local.cfg
blob
3851397a3f7ccc09e00f4043fbff5649ee38ab64
1
# Suffixes supported by clang-format.
2
config.suffixes = [
3
".c",
4
".cc",
5
".cpp",
6
".h",
7
".m",
8
".mm",
9
".java",
10
".js",
11
".ts",
12
".proto",
13
".protodevel",
14
".pb.txt",
15
".textproto",
16
".textpb",
17
".asciipb",
18
".td",
19
]