Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
62827737acd878af6cd8930758b0d6f297173f40
/
clang
/
lib
/
Format
/
UnwrappedLineParser.cpp
b81cc60
[clang][NFC] Make various uses of Regex const
by Thomas Preud'homme
· 6 years ago
fb13e65
[clang-format] Add ability to wrap braces after multi-line control statements
by Paul Hoad
· 6 years ago
41f4d68
clang-format: Add support for formatting (some) lambdas with explicit template parameters.
by Nico Weber
· 6 years ago
3867a2d
[clang-format] Add new style option IndentGotoLabels
by Paul Hoad
· 6 years ago
2b3d49b
[Clang] Migrate llvm::make_unique to std::make_unique
by Jonas Devlieghere
· 6 years ago
ff9f4b5
clang-format clang/lib/Format
by Nico Weber
· 6 years ago
1361a4c
clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.
by Nico Weber
· 6 years ago
3794413
clang-format: Fix namespace end comments for namespaces with attributes and macros.
by Nico Weber
· 6 years ago
d9212ef
Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_ENUM and CF_ENUM.
by Ben Hamilton
· 6 years ago
e8a301f
clang-format: better handle namespace macros
by Francois Ferrand
· 6 years ago
945890a
[clang-format] Fix bug that misses some function-like macro usages
by Owen Pan
· 7 years ago
fb73b79a
[clang-format] Fix incorrect formatting of keyword macro definition
by Owen Pan
· 7 years ago
806d574
[clang-format] Add AfterCaseLabel to BraceWrapping
by Owen Pan
· 7 years ago
a83e2db
[clang-format] Add style option AllowShortLambdasOnASingleLine
by Ronald Wampler
· 7 years ago
a87ba1c
[clang-format] correctly format protobuf fields named "enum".
by Paul Hoad
· 7 years ago
cbb726d
[clang-format] Add basic support for formatting C# files
by Paul Hoad
· 7 years ago
701a0d7
[clang-format] BeforeHash added to IndentPPDirectives
by Paul Hoad
· 7 years ago
c416c52
clang-format: distinguish ObjC call subexpressions after r355434
by Krasimir Georgiev
· 7 years ago
10de395
[clang-format] broken after lambda with return type template with boolean literal
by Paul Hoad
· 7 years ago
88e1514
[clang-format] Fix lambdas returning template specialization that contains operator in parameter
by Jan Korous
· 7 years ago
5bcf99b
[clang-format] [NFC] clang-format the Format library
by Paul Hoad
· 7 years ago
30b7d09
[Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow
by Ben Hamilton
· 7 years ago
4e442bb
[clang-format] Fix line parsing for noexcept lambdas
by Ben Hamilton
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
749c1b5
Java annotation declaration being handled correctly
by Hans Wennborg
· 7 years ago
97034a3
[clang-format] Fix BraceWrapping AfterFunction for ObjC methods
by Ben Hamilton
· 7 years ago
6f40e21
clang-format: better handle statement macros
by Francois Ferrand
· 7 years ago
cb5ffbe
[ClangFormat] 'try' of function-try-block doesn't obey BraceWrapping
by Owen Pan
· 7 years ago
6f3778c
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier
by Sam McCall
· 7 years ago
90d2aa2
[clang-format] fix PR38557 - comments between "default" and ':' causes the case label to be treated as an identifier
by Jonas Toth
· 7 years ago
0895f5e
[clang-format] Fix end-of-file comments text proto formatting
by Krasimir Georgiev
· 7 years ago
5de2272
[Format] Do not use a global static value for EOF within ScopedMacroState.
by David L. Jones
· 7 years ago
707e68f
[clang-format/ObjC] Correctly parse Objective-C methods with 'class' in name
by Ben Hamilton
· 7 years ago
3538b39
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
0dddcf7
Format closing braces when reformatting the line containing the opening brace.
by Manuel Klimek
· 8 years ago
d0f3fe5
Fix bugs around handling C++11 attributes.
by Manuel Klimek
· 8 years ago
1462e84
[clang-format] Support lightweight Objective-C generics
by Ben Hamilton
· 8 years ago
a2484b2
clang-format: use AfterControlStatement to format ObjC control blocks
by Francois Ferrand
· 8 years ago
ba91c3d
clang-format: fix formatting of ObjC @synchronized blocks
by Francois Ferrand
· 8 years ago
1c3afaf
[clang-format] Re-land: Fixup #include guard indents after parseFile()
by Mark Zeren
· 8 years ago
b0cc6ed
Revert "[clang-format] Fixup #include guard indents after parseFile()"
by Mark Zeren
· 8 years ago
0dc13cd
[clang-format] Fixup #include guard indents after parseFile()
by Mark Zeren
· 8 years ago
f1add5e
Attempt to fix implicit-fallthrough warning after r323218.
by Nico Weber
· 8 years ago
c068ff7
clang-format: Support macros in front of @interface / @protocol for ObjC code.
by Nico Weber
· 8 years ago
c29f83b
clang-format: Support formatting Java 8 interface default methods.
by Nico Weber
· 8 years ago
e8e27ca
clang-format: [JS] handle semis in generic types.
by Martin Probst
· 8 years ago
7e0f25b
clang-format: [JS] disable ASI on decorators.
by Martin Probst
· 8 years ago
410ed24
[clang-format] Support python-style comments in text protos
by Krasimir Georgiev
· 8 years ago
112c2e9
[clang-format] Fix a clang-tidy finding, NFC
by Krasimir Georgiev
· 8 years ago
9ad83fe
[clang-format] Format raw string literals
by Krasimir Georgiev
· 8 years ago
89628f6
clang-format clang-format.
by Manuel Klimek
· 8 years ago
e411aa8
Fix clang-format's detection of structured bindings.
by Manuel Klimek
· 8 years ago
9f0a4e5
Fix formatting of lambda introducers with initializers.
by Manuel Klimek
· 8 years ago
d6ce937
[clang-format] New flag - BraceWrapping.AfterExternBlock
by Krasimir Georgiev
· 8 years ago
4df130f
clang-format: Fix indentation of macros in include guards (after r312125).
by Daniel Jasper
· 8 years ago
ad47c90
clang-format: Add preprocessor directive indentation
by Krasimir Georgiev
· 8 years ago
0a19d43
clang-format: [JS] detect ASI after closing parens.
by Martin Probst
· 8 years ago
f785fd9
clang-format: [JS] support fields with case/switch/default labels.
by Martin Probst
· 8 years ago
fa4dbb6
[clang-format] Fix parsing of <>-style proto options
by Krasimir Georgiev
· 8 years ago
cb870c5
clang-format: [JS] handle object types in extends positions.
by Martin Probst
· 8 years ago
a98a95c
clang-format: fix block OpeningLineIndex around preprocessor
by Francois Ferrand
· 8 years ago
f77ada0
[clang-format] Reorder assignments, NFC
by Krasimir Georgiev
· 8 years ago
3e05105
[clang-format] Fix comment levels between '} else {' and PPDirective.
by Krasimir Georgiev
· 8 years ago
06451fa
[clang-format] Fix comment levels between '}' and PPDirective
by Krasimir Georgiev
· 8 years ago
93008f0
clang-format: [JS] Correctly format JavaScript imports with long module paths
by Martin Probst
· 8 years ago
26b144c
[clang-format] Support text proto messages
by Krasimir Georgiev
· 8 years ago
0b41fcb
[clang-format] Fix a buildbot failure after r306406
by Krasimir Georgiev
· 8 years ago
ff747be
[clang-format] Support <>-style proto message fields
by Krasimir Georgiev
· 8 years ago
6a7d5a7
clang-format: Handle "if constexpr".
by Daniel Jasper
· 8 years ago
e56a829
clang-format: Add CompactNamespaces option
by Francois Ferrand
· 8 years ago
95ed8e7
clang-format: [JS] improve calculateBraceType heuristic
by Martin Probst
· 8 years ago
ea222a7
[clang-format] Keep trailing preprocessor line comments separate from the following section comments
by Krasimir Georgiev
· 8 years ago
a1c3093
[clang-format] Handle trailing comment sections in import statement lines
by Krasimir Georgiev
· 8 years ago
a050f41
clang-format: [JS] for await, and fix a crash with for loops.
by Martin Probst
· 8 years ago
9f5608a
[clang-format] Fix MatchingOpeningBlockLineIndex computation
by Krasimir Georgiev
· 8 years ago
bd49e32
clang-format: [JS] for async loops.
by Martin Probst
· 8 years ago
b7fb267
clang-format: refine calculating brace types.
by Martin Probst
· 8 years ago
101ec89
clang-format: [JS] Don't indent JavaScript IIFEs.
by Martin Probst
· 8 years ago
973ff79
clang-format: [JS] parse async function declarations.
by Martin Probst
· 9 years ago
1dbc210
clang-format: Fix post-commit review comment of r299204, use Style.isCpp().
by Daniel Jasper
· 9 years ago
72b3357
clang-format: [JavaScript] Ignore QT keywords.
by Daniel Jasper
· 9 years ago
d86c25d
[clang-format] Use a reference in loop variable; NFC
by Krasimir Georgiev
· 9 years ago
85c3704
[clang-format] Don't add namespace end comments for unbalanced right braces after namespace end
by Krasimir Georgiev
· 9 years ago
62703eb
Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.
by Daniel Jasper
· 9 years ago
eab6cd4
clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.
by Daniel Jasper
· 9 years ago
7cb267a
[clang-format] Add a NamespaceEndCommentsFixer
by Krasimir Georgiev
· 9 years ago
d96ae86
clang-format: Fix many Objective-C formatting regressions from r289428
by Nico Weber
· 9 years ago
f62f958
[clang-format] Break before a sequence of line comments aligned with the next line.
by Krasimir Georgiev
· 9 years ago
8e3eba0
clang-format: [JS] correcly format object literal methods.
by Martin Probst
· 9 years ago
1027fb8
clang-format: [JS] handle parenthesized class expressions.
by Martin Probst
· 9 years ago
00c5c72
[clang-format] Don't reflow across comment pragmas.
by Krasimir Georgiev
· 9 years ago
b6ccd38
[clang-format] Fix breaking of comment sections in unwrapped lines containing newlines.
by Krasimir Georgiev
· 9 years ago
753625b
[clang-format] Fix regression merging comments across newlines.
by Krasimir Georgiev
· 9 years ago
8432161
[clang-format] Separate line comment sections after a right brace from comment sections in the scope.
by Krasimir Georgiev
· 9 years ago
9183422
[clang-format] Implement comment reflowing.
by Krasimir Georgiev
· 9 years ago
e6b5b34
clang-format: [JS] revert over-eager ASI check.
by Martin Probst
· 9 years ago
d40bca4
clang-format: [JS] ASI after imports
by Martin Probst
· 9 years ago
af16c50
clang-format: [JS] avoid indent after ambient function declarations.
by Martin Probst
· 9 years ago
e4ada02
clang-format: Improve braced-list detection.
by Daniel Jasper
· 9 years ago
Next »