Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c29db84419592e98e71a08d1a9fb04a3d6b51a0c
/
clang
/
lib
/
Format
/
ContinuationIndenter.h
133aa20
[clang-format] Use in-class initializers to simplify constructor.
by Benjamin Kramer
· 10 years ago
8ad86fc
[clang-format] Reorder and pack ParenState members to minimize padding
by Benjamin Kramer
· 10 years ago
c83d769
clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.
by Daniel Jasper
· 10 years ago
11a0ac6
clang-format: Revamp nested block formatting.
by Daniel Jasper
· 11 years ago
4b44449
clang-format: Use nested block special case for all languages.
by Daniel Jasper
· 11 years ago
d0ec0d6
clang-format: Use identifier table for keywords in other languages.
by Daniel Jasper
· 11 years ago
2f5db8b
Header guard canonicalization, clang part.
by Benjamin Kramer
· 11 years ago
114a2bc
clang-format: Refactor indentation behavior for multiple nested blocks.
by Daniel Jasper
· 11 years ago
60553be
clang-format: Split up moveStateToNextToken.
by Daniel Jasper
· 11 years ago
b16b969
clang-format: [JS] Support different function literal style.
by Daniel Jasper
· 11 years ago
05cd586
clang-format: Cleanup redundant calculation of ParenLevel.
by Daniel Jasper
· 11 years ago
c0d606a
clang-format: Don't allow hanging indentation for operators on new lines
by Daniel Jasper
· 12 years ago
3ae6f5a
clang-format: Improve format of calls with several lambdas.
by Daniel Jasper
· 12 years ago
9f388d0
clang-format: Extract getNewLineColumn out of addTokenOnNewLine.
by Daniel Jasper
· 12 years ago
ce9161a
Added an option to avoid splitting certain kinds of comments into lines.
by Alexander Kornienko
· 12 years ago
b88b25f
clang-format: Fix various problems in formatting ObjC blocks.
by Daniel Jasper
· 12 years ago
c39b56f
clang-format: Improve handling of raw string literals.
by Daniel Jasper
· 12 years ago
48437ce
Simplify fix proposed in r195240.
by Daniel Jasper
· 12 years ago
06c84f2
Fix bug where optimization would lead to strange line breaks.
by Manuel Klimek
· 12 years ago
e2e0387
Keep track of indentation levels in static initializers for correct indentation with tabs.
by Alexander Kornienko
· 12 years ago
71814b4
Support formatting of preprocessor branches.
by Manuel Klimek
· 12 years ago
1f80396
Refactoring: split addTokenToState into two methods.
by Alexander Kornienko
· 12 years ago
917f9e0
Correctly calculate OriginalColumn after multi-line tokens.
by Alexander Kornienko
· 12 years ago
1c5d9df
clang-format: Fix comment formatting bugs in nested blocks.
by Daniel Jasper
· 12 years ago
9fe0e8d
clang-format: Enable formatting of nested blocks.
by Daniel Jasper
· 12 years ago
d7b837e
Better support for multiline string literals (including C++11 raw string literals).
by Alexander Kornienko
· 12 years ago
4c6e005
clang-format: Format segments of builder-type calls one per line.
by Daniel Jasper
· 12 years ago
f438cb7
clang-format: Fix corner case for string splitting ..
by Daniel Jasper
· 12 years ago
8de9ed0
clang-format: Add column layout formatting for braced lists
by Daniel Jasper
· 12 years ago
de0328a
Split UnwrappedLineFormatter into individual components.
by Daniel Jasper
· 12 years ago