Krasimir Georgiev
|
a65a2a03a8
[clang-format] Add ext/ to google include categories
|
8 years ago |
Manuel Klimek
|
13e9a9c45a
clang-format clang-format.
|
8 years ago |
Krasimir Georgiev
|
57065b2de4
[clang-format] New flag - BraceWrapping.AfterExternBlock
|
8 years ago |
Sylvestre Ledru
|
502ec5ec20
SplitEmptyFunction should be true in the Mozilla coding style
|
8 years ago |
Krasimir Georgiev
|
31c7a3b61a
clang-format: Add preprocessor directive indentation
|
8 years ago |
Krasimir Georgiev
|
9159422314
[clang-format] Refactor likely xml a bit, NFC
|
8 years ago |
Krasimir Georgiev
|
374e414b3a
[clang-format] Do not format likely xml
|
8 years ago |
Krasimir Georgiev
|
650ea04ef9
[clang-format] Support text proto messages
|
8 years ago |
Richard Smith
|
9275ad44e0
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
|
8 years ago |
Francois Ferrand
|
0ce8b803dc
clang-format: add options to merge empty record body
|
8 years ago |
Chandler Carruth
|
fe7b37a8ff
[clang-format] Switch to case-insensitive header matching and use it to
|
8 years ago |
Krasimir Georgiev
|
598aad0fe0
[clang-format] Add a SortUsingDeclaration option and enable it by default
|
8 years ago |
Francois Ferrand
|
100ecde90e
clang-format: introduce InlineOnly short function style
|
8 years ago |
Krasimir Georgiev
|
2b802eb186
[clang-format] Support sorting using declarations
|
8 years ago |
Francois Ferrand
|
d96c7f9284
clang-format: Add CompactNamespaces option
|
8 years ago |
Francois Ferrand
|
3e1f3e75d9
clang-format: add option to merge empty function body
|
8 years ago |
Martin Probst
|
ec038a4a53
clang-format: [JS] do not clean up duplicated commas.
|
8 years ago |
Francois Ferrand
|
eaa2b10ecb
clang-format: Introduce BreakConstructorInitializers option
|
8 years ago |
Francois Ferrand
|
beecc65581
clang-format: Allow customizing the penalty for breaking assignment
|
8 years ago |
Martin Probst
|
e503002a06
clang-format: [JS] keep triple slash directives intact.
|
8 years ago |
Daniel Jasper
|
6878143d92
[clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding
|
8 years ago |
Krasimir Georgiev
|
f47413706b
[clang-format] Replace IncompleteFormat by a struct with Line
|
8 years ago |
Nico Weber
|
bbbe98c73a
clang-format: Support formatting utf-8 character literals in C++11+ mode.
|
8 years ago |
Daniel Jasper
|
b8297df0f9
clang-format: Fix post-commit review comment of r299204, use Style.isCpp().
|
8 years ago |
Martin Probst
|
3d94569a35
clang-format: [JS] do not wrap @see tags.
|
8 years ago |
Andi-Bogdan Postelnicu
|
c658c8caa2
[clang-format] Add option to break before inheritance separation operator in class declaration.
|
8 years ago |
Krasimir Georgiev
|
b8c6b08bf7
[clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::function copying; NFC
|
8 years ago |
Nico Weber
|
96b54be08e
Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
|
8 years ago |
Krasimir Georgiev
|
54958796cc
[clang-format] Add a new flag FixNamespaceComments to FormatStyle
|
8 years ago |
Martin Probst
|
4aad775d82
Blacklist arbitrary @\\w+ JSDoc tags from wrapping.
|
8 years ago |