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
/
ContinuationIndenter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] Fix indent of trailing raw string param after newline
Krasimir Georgiev
2019-04-18
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[clang-format] Respect BreakBeforeClosingBrace while calculating length
Krasimir Georgiev
2018-05-09
1
-10
/
+17
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-60
/
+60
*
[clang-format] Do not break Objective-C string literals inside array literals
Ben Hamilton
2018-02-08
1
-1
/
+6
*
Test commit - fixing a comment.
Jacek Olesiak
2018-02-06
1
-2
/
+2
*
[clang-format] adds enclosing function detection to raw string formatting
Krasimir Georgiev
2018-01-17
1
-1
/
+5
*
Better trade-off for excess characters vs. staying within the column limits.
Manuel Klimek
2017-12-01
1
-3
/
+14
*
Refactor ContinuationIndenter's breakProtrudingToken logic.
Manuel Klimek
2017-11-14
1
-3
/
+19
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-7
/
+30
*
[clang-format] Break non-trailing comments, try 2
Krasimir Georgiev
2017-10-16
1
-0
/
+5
*
[clang-format] Refactor WhitespaceManager and friends
Daniel Jasper
2017-01-31
1
-13
/
+9
*
clang-format: Always wrap before multi-line parameters/operands.
Daniel Jasper
2017-01-16
1
-4
/
+9
*
Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...
Eric Liu
2016-04-28
1
-2
/
+3
*
[clang-format] Use in-class initializers to simplify constructor.
Benjamin Kramer
2015-06-12
1
-17
/
+14
*
[clang-format] Reorder and pack ParenState members to minimize padding
Benjamin Kramer
2015-06-12
1
-36
/
+36
*
clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.
Daniel Jasper
2015-06-09
1
-3
/
+3
*
clang-format: Revamp nested block formatting.
Daniel Jasper
2014-12-12
1
-1
/
+8
*
clang-format: Use nested block special case for all languages.
Daniel Jasper
2014-11-21
1
-6
/
+6
*
clang-format: Use identifier table for keywords in other languages.
Daniel Jasper
2014-11-04
1
-2
/
+5
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
clang-format: Refactor indentation behavior for multiple nested blocks.
Daniel Jasper
2014-06-03
1
-4
/
+4
*
clang-format: Split up moveStateToNextToken.
Daniel Jasper
2014-05-26
1
-0
/
+12
*
clang-format: [JS] Support different function literal style.
Daniel Jasper
2014-05-21
1
-1
/
+8
*
clang-format: Cleanup redundant calculation of ParenLevel.
Daniel Jasper
2014-05-08
1
-7
/
+2
*
clang-format: Don't allow hanging indentation for operators on new lines
Daniel Jasper
2014-04-14
1
-5
/
+11
*
clang-format: Improve format of calls with several lambdas.
Daniel Jasper
2014-04-09
1
-1
/
+7
*
clang-format: Extract getNewLineColumn out of addTokenOnNewLine.
Daniel Jasper
2014-03-27
1
-0
/
+3
*
Added an option to avoid splitting certain kinds of comments into lines.
Alexander Kornienko
2014-01-02
1
-0
/
+2
*
clang-format: Fix various problems in formatting ObjC blocks.
Daniel Jasper
2013-12-23
1
-1
/
+16
*
clang-format: Improve handling of raw string literals.
Daniel Jasper
2013-12-16
1
-1
/
+1
*
Simplify fix proposed in r195240.
Daniel Jasper
2013-11-20
1
-2
/
+2
*
Fix bug where optimization would lead to strange line breaks.
Manuel Klimek
2013-11-20
1
-2
/
+2
*
Keep track of indentation levels in static initializers for correct indentati...
Alexander Kornienko
2013-10-14
1
-4
/
+7
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-1
/
+1
*
Refactoring: split addTokenToState into two methods.
Alexander Kornienko
2013-10-01
1
-0
/
+19
*
Correctly calculate OriginalColumn after multi-line tokens.
Alexander Kornienko
2013-09-10
1
-3
/
+2
*
clang-format: Fix comment formatting bugs in nested blocks.
Daniel Jasper
2013-09-06
1
-1
/
+2
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-7
/
+12
*
Better support for multiline string literals (including C++11 raw string lite...
Alexander Kornienko
2013-08-29
1
-0
/
+8
*
clang-format: Format segments of builder-type calls one per line.
Daniel Jasper
2013-08-27
1
-1
/
+8
*
clang-format: Fix corner case for string splitting ..
Daniel Jasper
2013-08-23
1
-0
/
+7
*
clang-format: Add column layout formatting for braced lists
Daniel Jasper
2013-08-22
1
-1
/
+2
*
Split UnwrappedLineFormatter into individual components.
Daniel Jasper
2013-08-16
1
-0
/
+277