Daniel Jasper
|
a07aa665a1
clang-format: Improve formatting of ObjC array literals.
|
12 years ago |
Manuel Klimek
|
45206cac63
Remove incorrect assert.
|
12 years ago |
Manuel Klimek
|
d186f0b4c1
Fixes PR17617: Crash on joining short if statements.
|
12 years ago |
Daniel Jasper
|
363193b1bd
clang-format: Better understand Lambda poarameters.
|
12 years ago |
Daniel Jasper
|
15eef85d4f
clang-format: Fix formatting of nested blocks after comment.
|
12 years ago |
Daniel Jasper
|
b3c887dcb7
clang-format: Support case ranges.
|
12 years ago |
Daniel Jasper
|
a53bbae476
clang-format: Improve formatting of ObjC dict literals.
|
12 years ago |
Daniel Jasper
|
0baf33b73e
clang-format: Be more aggressive on incorrect code.
|
12 years ago |
Daniel Jasper
|
49c77b2e70
clang-format: Don't force linebreak between return and multiline string.
|
12 years ago |
Daniel Jasper
|
53eb05ac6a
Make clang-format slightly more willing to break before trailing annotations.
|
12 years ago |
Daniel Jasper
|
9b3cb44cd2
clang-format: Improve formatting of templated builder-type calls.
|
12 years ago |
Daniel Jasper
|
c2827ec708
clang-format: Make continuation indent width configurable.
|
12 years ago |
Alexander Kornienko
|
f0fc89c358
Keep track of indentation levels in static initializers for correct indentation with tabs.
|
12 years ago |
Manuel Klimek
|
aabfb2712e
Automatically munch semicolons after blocks.
|
12 years ago |
Daniel Jasper
|
ac4d018192
clang-format: Fix assertion on unterminated #ifs.
|
12 years ago |
Daniel Jasper
|
78a4e619e7
clang-format: No space in "<::" in C++11 mode.
|
12 years ago |
Alexander Kornienko
|
b18c258390
Don't break string literals inside preprocessor directives.
|
12 years ago |
Manuel Klimek
|
ae76f7f850
Support formatting of preprocessor branches.
|
12 years ago |
Daniel Jasper
|
1d82b1a33b
clang-format: Don't remove 'unknown' tokens.
|
12 years ago |
Alexander Kornienko
|
01fe9f9f32
Correctly detect colon in bit fields. Fixes PR17333.
|
12 years ago |
Daniel Jasper
|
6e7f1934f4
clang-format: Fix template declaration line breaking with comment.
|
12 years ago |
Daniel Jasper
|
cea014bd8d
clang-format: Improve indentation when deriving from templated classes.
|
12 years ago |
Daniel Jasper
|
19ccb1227f
clang-format: Improve constructor initializer linewrapping.
|
12 years ago |
Manuel Klimek
|
3d712898fc
Fix incorrect detection of class definitions with alignas specification.
|
12 years ago |
Daniel Jasper
|
63cfb89cf7
clang-format: Remove empty lines after visibility modifiers.
|
12 years ago |
Daniel Jasper
|
f78bf4a013
clang-format: Improve alignment after 'return'.
|
12 years ago |
Daniel Jasper
|
2037698940
clang-format: Fix assertion on incomplete string literals.
|
12 years ago |
Alexander Kornienko
|
6967e786df
Added a comment and another test for the UT_ForIndentation option
|
12 years ago |
Alexander Kornienko
|
3d9ffcf3aa
Implemented tab usage only for indentation (http://llvm.org/PR17363)
|
12 years ago |
Alexander Kornienko
|
acf8e90b22
Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth.
|
12 years ago |