Sam McCall
|
024b9a4311
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier
|
7 years ago |
Jonas Toth
|
1bc73590ad
Fix Bug 38713: clang-format mishandles a short block after "default:" in a switch statement
|
7 years ago |
Jonas Toth
|
e3951d8886
[clang-format] fix PR38557 - comments between "default" and ':' causes the case label to be treated as an identifier
|
7 years ago |
Jonas Toth
|
053b38af4b
[clang-format] fix PR38525 - Extraneous continuation indent spaces with BreakBeforeBinaryOperators set to All
|
7 years ago |
Ilya Biryukov
|
fe1098c848
[Format] Fix for bug 35641
|
7 years ago |
Hans Wennborg
|
590084b80f
[clang-format] Add SpaceBeforeCpp11BracedList option.
|
7 years ago |
Francois Ferrand
|
a1f8bd3778
clang-format: Introduce BreakInheritanceList option
|
7 years ago |
Krasimir Georgiev
|
e165ea18a0
[clang-format] fix buildbots after r333085
|
7 years ago |
Krasimir Georgiev
|
1ef6dbb8b9
[clang-format] Break template declarations followed by comments
|
7 years ago |
Krasimir Georgiev
|
e5dd68a580
[clang-format] Add a test case for crash
|
7 years ago |
Francois Ferrand
|
5a50603886
clang-format: Allow optimizer to break template declaration.
|
7 years ago |
Francois Ferrand
|
9eb858c859
clang-format: tweak formatting of variable initialization blocks
|
7 years ago |
Nicola Zaghen
|
ff0626ea3c
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
|
7 years ago |
Eric Liu
|
202f2c8220
[clang-format] Move #include related style to libToolingCore
|
7 years ago |
Krasimir Georgiev
|
f5169f5088
[clang-format] Don't remove empty lines before namespace endings
|
7 years ago |
Ben Hamilton
|
10cfa0b0ad
[clang-format] Improve ObjC guessing heuristic by supporting all @keywords
|
7 years ago |
Ben Hamilton
|
c979262efd
[clang-format] Always indent wrapped Objective-C selector names
|
7 years ago |
Manuel Klimek
|
7c0049b35f
Fix bugs around handling C++11 attributes.
|
7 years ago |
Mark Zeren
|
893efa76e2
[clang-format] In tests, expected code should be format-stable
|
7 years ago |
Ben Hamilton
|
1798209646
[clang-format/ObjC] Do not detect "[]" as ObjC method expression
|
7 years ago |
Ben Hamilton
|
e37a191e99
[clang-format] Refine ObjC guesser to handle child lines of child lines
|
7 years ago |
Krasimir Georgiev
|
fca35ec59e
Revert "[clang-format] Remove empty lines before }[;] // comment"
|
7 years ago |
Ben Hamilton
|
6ef13cd268
[clang-format] Fix ObjC style guesser to also iterate over child lines
|
7 years ago |
Daniel Jasper
|
1cbe63e9e5
clang-format: Narrow down raw string literal line break exception.
|
7 years ago |
Daniel Jasper
|
3862393ff7
clang-format: Fix SpacesInParentheses with fully qualified names.
|
7 years ago |
Ben Hamilton
|
541a3de27e
[clang-format] Add a few more Core Graphics identifiers to ObjC heuristic
|
7 years ago |
Krasimir Georgiev
|
1d55d15d7f
[clang-format] Remove empty lines before }[;] // comment
|
7 years ago |
Ben Hamilton
|
691196ab66
[clang-format] Improve detection of Objective-C block types
|
7 years ago |
Ben Hamilton
|
5f93943aed
[clang-format] Don't detect C++11 attribute specifiers as ObjC
|
7 years ago |
Ben Hamilton
|
46da5bf4f2
[clang-format] Improve detection of ObjC for-in statements
|
7 years ago |