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
...
*
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
*
Implements brace breaking styles.
Manuel Klimek
2013-05-13
1
-5
/
+18
*
Fixes [Bug 15960] YAMLTraits doesn't roundtrip on Windows.
Alexander Kornienko
2013-05-13
1
-0
/
+1
*
Implements UseTab for clang-format.
Manuel Klimek
2013-05-13
1
-0
/
+3
*
Further improve optimization for nested calls.
Daniel Jasper
2013-05-13
1
-10
/
+22
*
Implements IndentWidth.
Manuel Klimek
2013-05-13
1
-3
/
+11
*
When breaking at function calls, indent from function name.
Daniel Jasper
2013-05-10
1
-1
/
+4
*
Always format entire macro definitions.
Daniel Jasper
2013-05-10
1
-1
/
+21
*
Config file support for clang-format, part 2.
Alexander Kornienko
2013-05-10
1
-8
/
+17
*
Improve line breaking in binary expressions.
Daniel Jasper
2013-05-08
1
-27
/
+35
*
Change indentation of multi-line nested name specifiers.
Daniel Jasper
2013-05-08
1
-12
/
+3
*
Config file support for clang-format, part 1.
Alexander Kornienko
2013-05-07
1
-0
/
+81
*
Added Mozilla style, cleaned get*Style methods.
Alexander Kornienko
2013-05-06
1
-20
/
+32
*
Don't break comments after includes.
Daniel Jasper
2013-05-06
1
-1
/
+3
*
Change indentation when breaking after a type.
Daniel Jasper
2013-05-06
1
-1
/
+2
*
Improve clang-format's memoization behavior.
Daniel Jasper
2013-04-25
1
-0
/
+9
*
Add option to align escaped newlines left.
Daniel Jasper
2013-04-25
1
-0
/
+2
*
Flip flag to merge short if-statements into one line for Google style.
Daniel Jasper
2013-04-24
1
-1
/
+2
*
Fix comment alignment behavior.
Daniel Jasper
2013-04-24
1
-0
/
+2
*
Fix bin-packing behavior of constructor initialziers.
Daniel Jasper
2013-04-22
1
-20
/
+15
*
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
1
-22
/
+15
*
Break after multiline parameters.
Daniel Jasper
2013-04-15
1
-1
/
+3
*
Fix unused variable warning with assertions disabled.
Alexander Kornienko
2013-04-15
1
-3
/
+4
*
Unified token breaking logic for strings and block comments.
Alexander Kornienko
2013-04-15
1
-466
/
+71
[prev]
[next]