Paul Hoad
|
04d93a17d3
[clang-format] Add ability to wrap braces after multi-line control statements
|
5 年之前 |
Nico Weber
|
e7ad043754
clang-format: Add support for formatting (some) lambdas with explicit template parameters.
|
6 年之前 |
Paul Hoad
|
3bd37f41b9
[clang-format] Add new style option IndentGotoLabels
|
6 年之前 |
Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 年之前 |
Nico Weber
|
b9b4a211d3
clang-format clang/lib/Format
|
6 年之前 |
Nico Weber
|
45eea8e6d9
clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.
|
6 年之前 |
Nico Weber
|
a25d062264
clang-format: Fix namespace end comments for namespaces with attributes and macros.
|
6 年之前 |
Ben Hamilton
|
83a361438a
Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_ENUM and CF_ENUM.
|
6 年之前 |
Francois Ferrand
|
c65fb39b92
clang-format: better handle namespace macros
|
6 年之前 |
Owen Pan
|
f1f9d1bbc2
[clang-format] Fix bug that misses some function-like macro usages
|
6 年之前 |
Owen Pan
|
a8be2fd148
[clang-format] Fix incorrect formatting of keyword macro definition
|
6 年之前 |
Owen Pan
|
764bd63e5b
[clang-format] Add AfterCaseLabel to BraceWrapping
|
6 年之前 |
Ronald Wampler
|
7e997c278b
[clang-format] Add style option AllowShortLambdasOnASingleLine
|
6 年之前 |
Paul Hoad
|
f503b69854
[clang-format] correctly format protobuf fields named "enum".
|
6 年之前 |
Paul Hoad
|
e2755ead71
[clang-format] Add basic support for formatting C# files
|
6 年之前 |
Paul Hoad
|
9c0f34221d
[clang-format] BeforeHash added to IndentPPDirectives
|
6 年之前 |
Krasimir Georgiev
|
cf1bcf5fdc
clang-format: distinguish ObjC call subexpressions after r355434
|
6 年之前 |
Paul Hoad
|
fea404bfc1
[clang-format] broken after lambda with return type template with boolean literal
|
6 年之前 |
Jan Korous
|
eccc42be57
[clang-format] Fix lambdas returning template specialization that contains operator in parameter
|
6 年之前 |
Paul Hoad
|
70f886033a
[clang-format] [NFC] clang-format the Format library
|
6 年之前 |
Ben Hamilton
|
7d86cb1e24
[Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow
|
6 年之前 |
Ben Hamilton
|
3935744422
[clang-format] Fix line parsing for noexcept lambdas
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Hans Wennborg
|
ed20274f71
Java annotation declaration being handled correctly
|
6 年之前 |
Ben Hamilton
|
9580a67e2e
[clang-format] Fix BraceWrapping AfterFunction for ObjC methods
|
6 年之前 |
Francois Ferrand
|
c59e1fef13
clang-format: better handle statement macros
|
6 年之前 |
Owen Pan
|
784cbe17ca
[ClangFormat] 'try' of function-try-block doesn't obey BraceWrapping
|
7 年之前 |
Sam McCall
|
024b9a4311
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier
|
7 年之前 |
Jonas Toth
|
e3951d8886
[clang-format] fix PR38557 - comments between "default" and ':' causes the case label to be treated as an identifier
|
7 年之前 |
Krasimir Georgiev
|
4b2e36517a
[clang-format] Fix end-of-file comments text proto formatting
|
7 年之前 |