Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Format
/
UnwrappedLineParser.cpp
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
· 7 years ago
d0f3fe5
Fix bugs around handling C++11 attributes.
by Manuel Klimek
· 7 years ago
1462e84
[clang-format] Support lightweight Objective-C generics
by Ben Hamilton
· 7 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
· 8 years ago
1dbc210
clang-format: Fix post-commit review comment of r299204, use Style.isCpp().
by Daniel Jasper
· 8 years ago
72b3357
clang-format: [JavaScript] Ignore QT keywords.
by Daniel Jasper
· 8 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
3dbbefa
clang-format: [JS] do not break after declare namespace.
by Martin Probst
· 9 years ago
71e50af
clang-format: [JS] Fix formatting of generator functions.
by Daniel Jasper
· 9 years ago
717f6dc
clang-format: [JS] Fix template string ASI.
by Martin Probst
· 9 years ago
b9316ff
clang-format: [JS] ASI insertion after boolean literals.
by Martin Probst
· 9 years ago
e1e12a7
clang-format: [JS] handle object literals with casts.
by Martin Probst
· 9 years ago
3134383
clang-format: Fix incorrect detection of QT-signals access specifier.
by Daniel Jasper
· 9 years ago
8b61d14
clang-format: [Proto] Fix "import public" after r273179.
by Daniel Jasper
· 9 years ago
3d5a7d6
clang-format: [Proto] Don't do bad things if imports are missing ;.
by Daniel Jasper
· 9 years ago
4862209
clang-format: [JS] no ASI on `import {x as\n y}`.
by Martin Probst
· 9 years ago
409697e
clang-format: [JS] fix async parsing.
by Martin Probst
· 9 years ago
451544a
clang-format: Fix incorrect indentation in last line of macro definition
by Daniel Jasper
· 9 years ago
a7900ad
clang-format: Support enum type template arguments.
by Daniel Jasper
· 9 years ago
5f8445b
clang-format: [JS] generator and async functions.
by Martin Probst
· 9 years ago
533965c
reuse mustBeJSIdent for interface detection
by Martin Probst
· 9 years ago
1e8261e
clang-format: [JS] support `interface` as a free standing identifier.
by Martin Probst
· 9 years ago
053f1aa
clang-format: [JS] simplify import/export.
by Martin Probst
· 9 years ago
03137c6
clang-format: Last line in incomplete block is indented incorrectly
by Marianne Mailhot-Sarrasin
· 9 years ago
5ffc24e
[clang-format] Walk backwards from end() instead of forwards from rend().
by Benjamin Kramer
· 9 years ago
bbffeac
clang-format: [JS] do not insert semicolons after wrapped annotations.
by Martin Probst
· 9 years ago
2cce7b7
clang-format: Fix label-in-if statement in macros where it is actually used.
by Daniel Jasper
· 9 years ago
4060947
clang-format: Support labels in brace-less ifs.
by Daniel Jasper
· 9 years ago
1dcbbcfc
clang-format: [JS] Handle certain cases of ASI.
by Daniel Jasper
· 10 years ago
acffeb8
clang-format: [JS] Support destructuring assignments in for loops.
by Daniel Jasper
· 10 years ago
8737930
clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.
by Daniel Jasper
· 10 years ago
Next »