Brian Gesiak
|
e43eb432de
[Format] Add format check for throwing negative numbers
|
5 years ago |
Krasimir Georgiev
|
fa738af8a2
[clang-format] fix regression recognizing casts in Obj-C calls
|
5 years ago |
Paul Hoad
|
b97b530cea
[clang-format] throws an incorrect assertion in consumeToken() formatting the MSVC stl
|
5 years ago |
Krasimir Georgiev
|
8d377ab2ab
[clang-format] Update noexcept reference qualifiers detection
|
5 years ago |
Paul Hoad
|
880337da30
[clang-format] [PR27004] omits leading space for noexcept when formatting operator delete()
|
5 years ago |
Paul Hoad
|
f39ad0d7e8
[clang-format] SpacesInSquareBrackets should affect lambdas with parameters too
|
5 years ago |
Paul Hoad
|
a30cb89ed6
[clang-format] C++11 braced lists should respect the SpacesInParentheses setting
|
5 years ago |
Paul Hoad
|
96aaa24db1
[clang-format] [PR43531] clang-format damages "alternative representations" for operators
|
5 years ago |
Paul Hoad
|
756a6a581d
[clang-format] [PR42417] clang-format inserts a space after '->' for operator->() overloading
|
5 years ago |
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 |