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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang-format: Fix comment formatting bugs in nested blocks.
Daniel Jasper
2013-09-06
1
-3
/
+3
*
Handle zero-width and double-width characters in string literals and comments.
Alexander Kornienko
2013-09-05
1
-8
/
+8
*
Address post-commit review comments from r190038.
Daniel Jasper
2013-09-05
1
-0
/
+17
*
clang-format: Fix parsing and indenting lambdas.
Daniel Jasper
2013-09-05
1
-1
/
+2
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-57
/
+75
*
Store first and last newline position in the token text for string literals a...
Alexander Kornienko
2013-09-02
1
-22
/
+9
*
clang-format: Fix incorrect indentation.
Daniel Jasper
2013-08-30
1
-2
/
+1
*
clang-format: Don't indent builders relative to "return".
Daniel Jasper
2013-08-30
1
-1
/
+1
*
clang-format: Fix corner case in builder-type calls.
Daniel Jasper
2013-08-30
1
-1
/
+3
*
Better support for multiline string literals (including C++11 raw string lite...
Alexander Kornienko
2013-08-29
1
-11
/
+44
*
clang-format: Improve token breaking behavior.
Daniel Jasper
2013-08-28
1
-2
/
+4
*
clang-format: Fix segfault in 'incomplete' macros.
Daniel Jasper
2013-08-28
1
-3
/
+4
*
clang-format: Format segments of builder-type calls one per line.
Daniel Jasper
2013-08-27
1
-7
/
+17
*
clang-format: Revamp builder-type call formatting.
Daniel Jasper
2013-08-27
1
-6
/
+16
*
clang-format: Fix corner case for string splitting ..
Daniel Jasper
2013-08-23
1
-12
/
+18
*
clang-format: Handle trailing commas in column layout of braced list.
Daniel Jasper
2013-08-23
1
-0
/
+3
*
clang-format: Add column layout formatting for braced lists
Daniel Jasper
2013-08-22
1
-10
/
+27
*
clang-format: Indent relative to unary operators.
Daniel Jasper
2013-08-21
1
-1
/
+3
*
Split UnwrappedLineFormatter into individual components.
Daniel Jasper
2013-08-16
1
-0
/
+670
[prev]