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 年之前 |
Ben Hamilton
|
34ac8add98
[clang-format] Don't detect call to ObjC class method as C++11 attribute specifier
|
6 年之前 |
Sam McCall
|
54b8029400
clang-format: Add new style option AlignConsecutiveMacros
|
6 年之前 |
Francois Ferrand
|
c65fb39b92
clang-format: better handle namespace macros
|
6 年之前 |
Francois Ferrand
|
5f069d7707
[clang-format] Allow configuring list of function-like macros that resolve to a type
|
6 年之前 |
Owen Pan
|
db45e9b8b8
[clang-format] Fix bug in block comment reflow that joins * and /
|
6 年之前 |
Owen Pan
|
c93a7477d5
[clang-format] Fix a bug in AlignConsecutiveDeclarations.
|
6 年之前 |
Owen Pan
|
f1f9d1bbc2
[clang-format] Fix bug that misses some function-like macro usages
|
6 年之前 |
Owen Pan
|
9ba05e9897
[clang-format] Fix bug in reflow of block comments containing CR/LF
|
6 年之前 |
Owen Pan
|
a8be2fd148
[clang-format] Fix incorrect formatting of keyword macro definition
|
6 年之前 |
Reuben Thomas
|
5bb4348faf
[clang-format] Fix -Wconversion-null warning in GCC
|
6 年之前 |
Paul Hoad
|
070ab5cd47
[clang-format] [PR41170] Break after return type ignored with certain comments positions
|
6 年之前 |
Owen Pan
|
764bd63e5b
[clang-format] Add AfterCaseLabel to BraceWrapping
|
6 年之前 |
Reuben Thomas
|
9a63380260
[clang-format] Optionally insert a space after unary ! operator
|
6 年之前 |
Owen Pan
|
7e0382b171
[clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413
|
6 年之前 |
Owen Pan
|
359a05461d
[clang-format] Fix Bug 41407
|
6 年之前 |
Paul Hoad
|
4282d4f2c2
[clang-format] BreakAfterReturnType ignored on functions with numeric template parameters
|
6 年之前 |
Reuben Thomas
|
5ae8ac7bf1
[clang-format]: Add NonEmptyParentheses spacing option
|
6 年之前 |
Ronald Wampler
|
7e997c278b
[clang-format] Add style option AllowShortLambdasOnASingleLine
|
6 年之前 |
Paul Hoad
|
c4515d0974
Clang-format: add finer-grained options for putting all arguments on one line
|
6 年之前 |
Paul Hoad
|
9c0f34221d
[clang-format] BeforeHash added to IndentPPDirectives
|
6 年之前 |
Paul Hoad
|
a2426a927e
[clang-format] structured binding in range for detected as Objective C
|
6 年之前 |
Jordan Rupprecht
|
937655622b
[clang-format] Propagate inferred language to getLLVMStyle() in getPredefinedStyle()
|
6 年之前 |
Paul Hoad
|
fed577da96
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present
|
6 年之前 |
Paul Hoad
|
c7f101d7ac
Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present"
|
6 年之前 |
Paul Hoad
|
0ba0294ffd
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present
|
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 年之前 |
Jordan Rupprecht
|
48d130f239
[clang-format][NFC] Allow getLLVMStyle() to take a language
|
6 年之前 |