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
*
Revert "[clang-format] Fixup #include guard indents after parseFile()"
Mark Zeren
2018-02-05
1
-35
/
+22
*
[clang-format] Fixup #include guard indents after parseFile()
Mark Zeren
2018-02-05
1
-22
/
+35
*
Attempt to fix implicit-fallthrough warning after r323218.
Nico Weber
2018-01-24
1
-0
/
+1
*
clang-format: Support macros in front of @interface / @protocol for ObjC code.
Nico Weber
2018-01-23
1
-45
/
+57
*
clang-format: Support formatting Java 8 interface default methods.
Nico Weber
2018-01-23
1
-3
/
+18
*
clang-format: [JS] handle semis in generic types.
Martin Probst
2017-11-25
1
-7
/
+10
*
clang-format: [JS] disable ASI on decorators.
Martin Probst
2017-11-25
1
-5
/
+10
*
[clang-format] Support python-style comments in text protos
Krasimir Georgiev
2017-11-10
1
-1
/
+1
*
[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
[next]