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
|
60bc7b5041
[clang-format] [PR43338] C# clang format has space issues betweern C# only keywords
|
5 years ago |
Paul Hoad
|
0884008c1c
[clang-format] [PR43333] Fix C# breaking before function name when using Attributes
|
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 |
Paul Hoad
|
e6f9f40451
[clang-format][PR41899] PointerAlignment: Left leads to useless space in lambda intializer expression
|
6 years ago |
Nico Weber
|
e7ad043754
clang-format: Add support for formatting (some) lambdas with explicit template parameters.
|
6 years ago |
Paul Hoad
|
0e4f349383
[clang-format] [PR43100] clang-format C# support does not add a space between "using" and paren
|
6 years ago |
Martin Probst
|
6d58eb5b44
clang-format: [JS] handle `as const`.
|
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 |
Krasimir Georgiev
|
4579bbc8bd
[clang-format] fix crash involving invalid preprocessor line
|
6 years ago |
Nico Weber
|
45eea8e6d9
clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.
|
6 years ago |
Fangrui Song
|
f137ef15ab
[Format] Make it easy to add new format::FormatStyle::LanguageStandard. NFCI
|
6 years ago |
Ben Hamilton
|
ada9d5e815
[Format/ObjC] Avoid breaking between unary operators and operands
|
6 years ago |
Ben Hamilton
|
34ac8add98
[clang-format] Don't detect call to ObjC class method as C++11 attribute specifier
|
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 |
Krasimir Georgiev
|
0c2ccecbd8
Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""
|
6 years ago |
Krasimir Georgiev
|
806f4c2c6b
[clang-format] Use SpacesBeforeTrailingComments for "option" directive
|
6 years ago |