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
/
BreakableToken.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Insert a space at the start of a line comment in case it starts with an alpha...
Alexander Kornienko
2013-06-11
1
-14
/
+43
*
Fixed calculation of penalty when breaking tokens.
Alexander Kornienko
2013-06-07
1
-9
/
+7
*
UTF-8 support for clang-format.
Alexander Kornienko
2013-06-05
1
-87
/
+70
*
More fixes for clang-format's multiline comment breaking.
Daniel Jasper
2013-05-30
1
-3
/
+1
*
Fix another clang-format crasher related to multi-line comments.
Daniel Jasper
2013-05-30
1
-0
/
+3
*
Add asserts to guard against regressions.
Manuel Klimek
2013-05-30
1
-0
/
+2
*
Fix crasher when formatting certain block comments.
Daniel Jasper
2013-05-30
1
-0
/
+5
*
Fixes error when splitting block comments.
Manuel Klimek
2013-05-29
1
-2
/
+10
*
Disable tab expansion when counting the columns in block comments.
Manuel Klimek
2013-05-28
1
-10
/
+8
*
Fixes indentation of empty lines in block comments.
Manuel Klimek
2013-05-28
1
-2
/
+11
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
1
-120
/
+280
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-7
/
+13
*
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
1
-56
/
+74
*
Unified token breaking logic for strings and block comments.
Alexander Kornienko
2013-04-15
1
-0
/
+161