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
Add comment for SelectionDAGBuilder::SL field.
[llvm-project.git]
/
libcxxabi
/
.clang-format
blob
2d1d3bee68f58928f70f33a3b8c93f6b5021f12e
1
BasedOnStyle: LLVM
2
3
---
4
Language: Cpp
5
6
AlwaysBreakTemplateDeclarations: true
7
PointerAlignment: Left
8
9
# Disable formatting options which may break tests.
10
SortIncludes: false
11
ReflowComments: false
12
---