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
Change the INLINEASM_BR MachineInstr to be a non-terminating instruction.
[llvm-project.git]
/
libcxx
/
.clang-format
blob
dd596813fbb946c06b4e1039a579ce2b8038c5a2
1
BasedOnStyle: LLVM
2
3
---
4
Language: Cpp
5
Standard: Cpp03
6
7
AlwaysBreakTemplateDeclarations: true
8
PointerAlignment: Left
9
10
# Disable formatting options which may break tests.
11
SortIncludes: false
12
ReflowComments: false
13
---