Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Format
/
ContinuationIndenter.h
6907ce2
Remove trailing space
by Fangrui Song
· 7 years ago
8b4bc76a23
[clang-format] Respect BreakBeforeClosingBrace while calculating length
by Krasimir Georgiev
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
09051f2
[clang-format] Do not break Objective-C string literals inside array literals
by Ben Hamilton
· 8 years ago
022765d
Test commit - fixing a comment.
by Jacek Olesiak
· 8 years ago
2537e22
[clang-format] adds enclosing function detection to raw string formatting
by Krasimir Georgiev
· 8 years ago
0b58c32
Better trade-off for excess characters vs. staying within the column limits.
by Manuel Klimek
· 8 years ago
45ab559
Refactor ContinuationIndenter's breakProtrudingToken logic.
by Manuel Klimek
· 8 years ago
9ad83fe
[clang-format] Format raw string literals
by Krasimir Georgiev
· 8 years ago
35599fd
[clang-format] Break non-trailing comments, try 2
by Krasimir Georgiev
· 8 years ago
7d42f3f
[clang-format] Refactor WhitespaceManager and friends
by Daniel Jasper
· 9 years ago
240527c
clang-format: Always wrap before multi-line parameters/operands.
by Daniel Jasper
· 9 years ago
635423e
Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
by Eric Liu
· 9 years ago
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
· 11 years ago
3ae6f5a
clang-format: Improve format of calls with several lambdas.
by Daniel Jasper
· 11 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