index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Format
/
UnwrappedLineParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] Fix a clang-tidy finding, NFC
Krasimir Georgiev
2017-11-09
1
-1
/
+1
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-2
/
+7
*
clang-format clang-format.
Manuel Klimek
2017-09-20
1
-18
/
+16
*
Fix clang-format's detection of structured bindings.
Manuel Klimek
2017-09-20
1
-11
/
+8
*
Fix formatting of lambda introducers with initializers.
Manuel Klimek
2017-09-19
1
-53
/
+15
*
[clang-format] New flag - BraceWrapping.AfterExternBlock
Krasimir Georgiev
2017-09-15
1
-1
/
+6
*
clang-format: Fix indentation of macros in include guards (after r312125).
Daniel Jasper
2017-09-04
1
-4
/
+3
*
clang-format: Add preprocessor directive indentation
Krasimir Georgiev
2017-08-30
1
-3
/
+57
*
clang-format: [JS] detect ASI after closing parens.
Martin Probst
2017-08-09
1
-1
/
+2
*
clang-format: [JS] support fields with case/switch/default labels.
Martin Probst
2017-08-04
1
-0
/
+14
*
[clang-format] Fix parsing of <>-style proto options
Krasimir Georgiev
2017-08-03
1
-0
/
+9
*
clang-format: [JS] handle object types in extends positions.
Martin Probst
2017-08-01
1
-0
/
+11
*
clang-format: fix block OpeningLineIndex around preprocessor
Francois Ferrand
2017-07-28
1
-12
/
+42
*
[clang-format] Reorder assignments, NFC
Krasimir Georgiev
2017-07-24
1
-1
/
+1
*
[clang-format] Fix comment levels between '} else {' and PPDirective.
Krasimir Georgiev
2017-07-24
1
-7
/
+11
*
[clang-format] Fix comment levels between '}' and PPDirective
Krasimir Georgiev
2017-07-21
1
-1
/
+2
*
clang-format: [JS] Correctly format JavaScript imports with long module paths
Martin Probst
2017-07-18
1
-1
/
+1
*
[clang-format] Support text proto messages
Krasimir Georgiev
2017-07-03
1
-8
/
+25
*
[clang-format] Fix a buildbot failure after r306406
Krasimir Georgiev
2017-06-27
1
-1
/
+2
*
[clang-format] Support <>-style proto message fields
Krasimir Georgiev
2017-06-27
1
-6
/
+10
*
clang-format: Handle "if constexpr".
Daniel Jasper
2017-06-19
1
-0
/
+2
*
clang-format: Add CompactNamespaces option
Francois Ferrand
2017-06-14
1
-0
/
+5
*
clang-format: [JS] improve calculateBraceType heuristic
Martin Probst
2017-05-31
1
-9
/
+16
*
[clang-format] Keep trailing preprocessor line comments separate from the fol...
Krasimir Georgiev
2017-05-22
1
-14
/
+25
*
[clang-format] Handle trailing comment sections in import statement lines
Krasimir Georgiev
2017-05-19
1
-7
/
+14
*
clang-format: [JS] for await, and fix a crash with for loops.
Martin Probst
2017-05-18
1
-2
/
+2
*
[clang-format] Fix MatchingOpeningBlockLineIndex computation
Krasimir Georgiev
2017-05-18
1
-2
/
+3
*
clang-format: [JS] for async loops.
Martin Probst
2017-05-15
1
-0
/
+4
*
clang-format: refine calculating brace types.
Martin Probst
2017-05-10
1
-1
/
+2
*
clang-format: [JS] Don't indent JavaScript IIFEs.
Martin Probst
2017-05-09
1
-4
/
+23
*
clang-format: [JS] parse async function declarations.
Martin Probst
2017-04-27
1
-6
/
+8
*
clang-format: Fix post-commit review comment of r299204, use Style.isCpp().
Daniel Jasper
2017-03-31
1
-5
/
+4
*
clang-format: [JavaScript] Ignore QT keywords.
Daniel Jasper
2017-03-31
1
-1
/
+3
*
[clang-format] Use a reference in loop variable; NFC
Krasimir Georgiev
2017-03-10
1
-1
/
+1
*
[clang-format] Don't add namespace end comments for unbalanced right braces a...
Krasimir Georgiev
2017-03-01
1
-0
/
+1
*
Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.
Daniel Jasper
2017-03-01
1
-1
/
+2
*
clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.
Daniel Jasper
2017-03-01
1
-6
/
+6
*
[clang-format] Add a NamespaceEndCommentsFixer
Krasimir Georgiev
2017-02-27
1
-0
/
+3
*
clang-format: Fix many Objective-C formatting regressions from r289428
Nico Weber
2017-02-24
1
-4
/
+3
*
[clang-format] Break before a sequence of line comments aligned with the next...
Krasimir Georgiev
2017-02-08
1
-12
/
+67
*
clang-format: [JS] correcly format object literal methods.
Martin Probst
2017-02-07
1
-8
/
+17
*
clang-format: [JS] handle parenthesized class expressions.
Martin Probst
2017-02-07
1
-5
/
+15
*
[clang-format] Don't reflow across comment pragmas.
Krasimir Georgiev
2017-02-02
1
-4
/
+14
*
[clang-format] Fix breaking of comment sections in unwrapped lines containing...
Krasimir Georgiev
2017-02-02
1
-2
/
+37
*
[clang-format] Fix regression merging comments across newlines.
Krasimir Georgiev
2017-01-31
1
-1
/
+6
*
[clang-format] Separate line comment sections after a right brace from commen...
Krasimir Georgiev
2017-01-30
1
-7
/
+39
*
[clang-format] Implement comment reflowing.
Krasimir Georgiev
2017-01-25
1
-3
/
+53
*
clang-format: [JS] revert over-eager ASI check.
Martin Probst
2017-01-16
1
-2
/
+1
*
clang-format: [JS] ASI after imports
Martin Probst
2017-01-09
1
-5
/
+13
*
clang-format: [JS] avoid indent after ambient function declarations.
Martin Probst
2017-01-04
1
-1
/
+4
[next]