Paul Hoad
|
04d93a17d3
[clang-format] Add ability to wrap braces after multi-line control statements
|
5 years ago |
Sam McCall
|
5ff4895982
[ClangFormat] Future-proof Standard option, allow floating or pinning to arbitrary lang version
|
5 years ago |
Paul Hoad
|
868a5a7edd
[clang-format] Reference qualifiers in member templates causing extra indentation.
|
5 years ago |
Ilya Biryukov
|
22929c361e
Revert r373056: [clang-format] Reference qualifiers in member templates causing extra indentation
|
5 years ago |
Ilya Biryukov
|
c403453682
[clang-format] Reference qualifiers in member templates causing extra indentation
|
5 years ago |
Fangrui Song
|
4b74975b0a
[clang-format] Add SortPriority fields to fix -Wmissing-field-initializers after D64695/r372919
|
5 years ago |
Paul Hoad
|
7de95d3adf
[clang-format] NFC clang-format the clang-format unit tests
|
5 years ago |
Paul Hoad
|
9170534768
Clang-format: Add Whitesmiths indentation style
|
6 years ago |
Paul Hoad
|
e6f9f40451
[clang-format][PR41899] PointerAlignment: Left leads to useless space in lambda intializer expression
|
6 years ago |
Paul Hoad
|
da7c99cf28
[clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and line starts with tab
|
6 years ago |
Nico Weber
|
e7ad043754
clang-format: Add support for formatting (some) lambdas with explicit template parameters.
|
6 years ago |
Paul Hoad
|
3bd37f41b9
[clang-format] Add new style option IndentGotoLabels
|
6 years ago |
Owen Pan
|
e6576891ec
[clang-format] Apply BAS_AlwaysBreak to C++11 braced lists
|
6 years ago |
Owen Pan
|
c6321bda9d
[clang-format] Fix a bug that joins template closer and =
|
6 years ago |
Owen Pan
|
b8b260edff
[clang-format] Fix the bug that joins template closer and > or >>
|
6 years ago |
Owen Pan
|
d671e605e4
[clang-format] Expand AllowShortBlocksOnASingleLine for WebKit
|
6 years ago |
Owen Pan
|
5de7b9a551
[clang-format] Add SpaceInEmptyBlock option for WebKit
|
6 years ago |
Krasimir Georgiev
|
4579bbc8bd
[clang-format] fix crash involving invalid preprocessor line
|
6 years ago |
Owen Pan
|
d0e06d7ab5
[clang-format] Fix a bug that doesn't break braces before unions for Allman
|
6 years ago |
Nico Weber
|
45eea8e6d9
clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.
|
6 years ago |
Nico Weber
|
16db162845
clang-format: Add another test like r366926
|
6 years ago |
Nico Weber
|
4c3bb8d7ed
clang-format: Add a test that shows that some code I thought was dead is not dead.
|
6 years ago |
Nico Weber
|
a25d062264
clang-format: Fix namespace end comments for namespaces with attributes and macros.
|
6 years ago |
Ben Hamilton
|
83a361438a
Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_ENUM and CF_ENUM.
|
6 years ago |
Ben Hamilton
|
34ac8add98
[clang-format] Don't detect call to ObjC class method as C++11 attribute specifier
|
6 years ago |
Sam McCall
|
54b8029400
clang-format: Add new style option AlignConsecutiveMacros
|
6 years ago |
Francois Ferrand
|
c65fb39b92
clang-format: better handle namespace macros
|
6 years ago |
Francois Ferrand
|
5f069d7707
[clang-format] Allow configuring list of function-like macros that resolve to a type
|
6 years ago |
Owen Pan
|
db45e9b8b8
[clang-format] Fix bug in block comment reflow that joins * and /
|
6 years ago |
Owen Pan
|
c93a7477d5
[clang-format] Fix a bug in AlignConsecutiveDeclarations.
|
6 years ago |