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
/
WhitespaceManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Handle zero-width and double-width characters in string literals and comments.
Alexander Kornienko
2013-09-05
1
-2
/
+2
*
clang-format: Fix infinite loop in macro special case.
Daniel Jasper
2013-08-28
1
-6
/
+4
*
clang-format: Make alignment of trailing comments optional ..
Daniel Jasper
2013-07-31
1
-3
/
+3
*
Reformat clang-format's source files after r185822 and others.
Daniel Jasper
2013-07-08
1
-9
/
+8
*
Don't align "} // namespace" comments.
Daniel Jasper
2013-07-01
1
-7
/
+17
*
Fixes incorrect indentation of line comments after break and re-alignment.
Alexander Kornienko
2013-06-17
1
-4
/
+7
*
Insert a space at the start of a line comment in case it starts with an alpha...
Alexander Kornienko
2013-06-11
1
-17
/
+16
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-4
/
+3
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-4
/
+4
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
1
-19
/
+0
*
Fix aligning of comments.
Manuel Klimek
2013-05-23
1
-4
/
+5
*
Fix aligning of comments that are at the start of the line.
Manuel Klimek
2013-05-23
1
-3
/
+4
*
Stop aligning trailing comments which are aligned with the next line.
Manuel Klimek
2013-05-23
1
-1
/
+15
*
Use a SourceRange for the whitespace location in FormatToken.
Manuel Klimek
2013-05-23
1
-11
/
+6
*
Fix uninitialized access error found by valgrind.
Manuel Klimek
2013-05-22
1
-0
/
+3
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-142
/
+200
*
Fix style according to post-commit review comments.
Manuel Klimek
2013-05-13
1
-2
/
+2
*
Implements UseTab for clang-format.
Manuel Klimek
2013-05-13
1
-2
/
+10
*
Add option to align escaped newlines left.
Daniel Jasper
2013-04-25
1
-38
/
+80
*
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
1
-63
/
+9
*
Unified token breaking logic for strings and block comments.
Alexander Kornienko
2013-04-15
1
-0
/
+223
[prev]