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
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put helper classes into anonymous namespace.
Craig Topper
2013-06-30
1
-0
/
+4
*
Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
2013-06-28
1
-3
/
+4
*
Fix a comment.
Nico Weber
2013-06-26
1
-1
/
+1
*
Run clang-format on lib/Format code after r184894. No other changes.
Nico Weber
2013-06-26
1
-5
/
+5
*
Add an option to not indent declarations when breaking after the type.
Manuel Klimek
2013-06-21
1
-1
/
+6
*
Fixed long-standing issue with incorrect length calculation of multi-line com...
Alexander Kornienko
2013-06-19
1
-5
/
+5
*
Fixes incorrect indentation of line comments after break and re-alignment.
Alexander Kornienko
2013-06-17
1
-2
/
+8
*
Don't remove backslashes from block comments.
Alexander Kornienko
2013-06-14
1
-19
/
+13
*
Preserve newlines before block comments in static initializers.
Alexander Kornienko
2013-06-12
1
-1
/
+1
*
Improved handling of escaped newlines at the token start.
Alexander Kornienko
2013-06-07
1
-33
/
+16
*
Fixed calculation of penalty when breaking tokens.
Alexander Kornienko
2013-06-07
1
-4
/
+18
*
UTF-8 support for clang-format.
Alexander Kornienko
2013-06-05
1
-37
/
+56
*
Let clang-format remove empty lines before "}".
Daniel Jasper
2013-06-03
1
-0
/
+5
*
Improve detection preventing certain kind of formatting patterns.
Daniel Jasper
2013-06-03
1
-14
/
+13
*
Fix line-breaking problem caused by comment.
Daniel Jasper
2013-06-03
1
-0
/
+1
*
Make formatting of empty blocks more consistent.
Daniel Jasper
2013-05-31
1
-4
/
+5
*
Use a non-recursive implementation to reconstruct line breaks.
Manuel Klimek
2013-05-29
1
-16
/
+17
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-156
/
+137
*
Add option to always break template declarations.
Daniel Jasper
2013-05-29
1
-0
/
+4
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-57
/
+65
*
A first step towards giving format tokens pointer identity.
Manuel Klimek
2013-05-28
1
-42
/
+55
*
Initial support for designated initializers.
Daniel Jasper
2013-05-28
1
-3
/
+7
*
Fix formatting of expressions containing ">>".
Daniel Jasper
2013-05-28
1
-0
/
+1
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
1
-19
/
+26
*
Improve indentation of assignments.
Daniel Jasper
2013-05-27
1
-1
/
+4
*
Fix hacky way of preventing a certain type of line break.
Daniel Jasper
2013-05-27
1
-10
/
+17
*
Improve formatting of braced lists.
Daniel Jasper
2013-05-23
1
-3
/
+2
*
Use a SourceRange for the whitespace location in FormatToken.
Manuel Klimek
2013-05-23
1
-18
/
+35
*
Improve formatting of braced lists.
Daniel Jasper
2013-05-23
1
-0
/
+4
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-73
/
+51
*
Fix function declaration behavior.
Daniel Jasper
2013-05-22
1
-1
/
+1
*
Cut-off clang-format analysis.
Daniel Jasper
2013-05-22
1
-12
/
+23
*
Minor fix: don't crash on empty configuration file, consider empty configurat...
Alexander Kornienko
2013-05-20
1
-0
/
+2
*
Clang-format: allow -style="{yaml/json}" on command line
Alexander Kornienko
2013-05-19
1
-13
/
+19
*
Slightly modify the formatting rules for braced lists.
Daniel Jasper
2013-05-17
1
-2
/
+10
*
Don't insert a break into include lines with trailing comments.
Daniel Jasper
2013-05-16
1
-1
/
+2
*
Add option to put short loops on a single line.
Daniel Jasper
2013-05-16
1
-9
/
+19
*
Add a more convenient interface to use clang-format.
Daniel Jasper
2013-05-16
1
-0
/
+26
*
Comments should not prevent single-line functions.
Daniel Jasper
2013-05-16
1
-2
/
+2
*
Add back accidentally deleted line and add test for it.
Daniel Jasper
2013-05-16
1
-0
/
+1
*
Don't put short namespace on a single line.
Daniel Jasper
2013-05-15
1
-3
/
+6
*
Break function declarations after multi-line return types.
Daniel Jasper
2013-05-15
1
-0
/
+7
*
Don't merge one-line functions in weird brace styles.
Daniel Jasper
2013-05-15
1
-1
/
+2
*
Remove diagnostics from clang-format.
Daniel Jasper
2013-05-15
1
-21
/
+5
*
Fix expression breaking for one-parameter-per-line styles.
Daniel Jasper
2013-05-14
1
-1
/
+2
*
Correctly determine ranges for clang-format.
Daniel Jasper
2013-05-14
1
-2
/
+2
*
Fix clang-format bug in unwrapped-line merging.
Daniel Jasper
2013-05-14
1
-15
/
+13
*
Implement string literal breaking on unbreakable token sequences.
Manuel Klimek
2013-05-14
1
-10
/
+31
*
Align a multiline string literal with the first part.
Daniel Jasper
2013-05-13
1
-3
/
+3
*
A better version of r181699: use raw_string_ostream.str() instead of manually...
Alexander Kornienko
2013-05-13
1
-2
/
+1
[next]