index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-24
1
-1
/
+12
*
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
1
-3
/
+4
*
Better formatting of conditional expressions.
Daniel Jasper
2013-02-23
1
-3
/
+21
*
Don't recognize unnamed pointer parameters as casts.
Daniel Jasper
2013-02-23
1
-4
/
+11
*
Allow splitting between string literals and identifiers.
Daniel Jasper
2013-02-23
1
-1
/
+8
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-2
/
+3
*
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-22
2
-2
/
+74
*
Consistently put {} onto the same line for empty functions.
Daniel Jasper
2013-02-21
1
-21
/
+21
*
Allow breaking between type and name in for loops.
Daniel Jasper
2013-02-21
1
-11
/
+17
*
Fix regression in string literal alignment.
Manuel Klimek
2013-02-20
1
-0
/
+3
*
Fixes bug in string literal alignment.
Manuel Klimek
2013-02-20
1
-0
/
+13
*
Don't remove blank lines within unwrapped lines.
Daniel Jasper
2013-02-20
1
-0
/
+14
*
Implements breaking of string literals if they stick out.
Manuel Klimek
2013-02-20
1
-0
/
+60
*
Add missing clang-format null pointer check..
Daniel Jasper
2013-02-19
1
-0
/
+2
*
Correctly format macro with unfinished template declaration.
Daniel Jasper
2013-02-19
1
-6
/
+10
*
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-19
1
-4
/
+8
*
Clean up last use of dyn_cast on TypeLoc in ASTMatchers
David Blaikie
2013-02-18
1
-5
/
+5
*
Improve indentation of builder type calls.
Daniel Jasper
2013-02-18
1
-0
/
+8
*
Improve formatting of builder-type calls.
Daniel Jasper
2013-02-18
1
-0
/
+4
*
Reformat lines if they were "moved around".
Daniel Jasper
2013-02-18
1
-0
/
+13
*
Correctly determine */& usage in more cases.
Daniel Jasper
2013-02-18
1
-0
/
+3
*
Always break after multi-line string literals.
Daniel Jasper
2013-02-18
1
-177
/
+227
*
Prevent line breaks that make stuff hard to read.
Daniel Jasper
2013-02-18
1
-0
/
+7
*
Recognize < and > as binary expressions in builder-type calls.
Daniel Jasper
2013-02-15
1
-0
/
+3
*
Done break between 'operator' and '<<'.
Daniel Jasper
2013-02-15
1
-0
/
+4
*
Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.
Daniel Jasper
2013-02-15
1
-15
/
+14
*
Prevent only breaking before "?" in conditional expressions.
Daniel Jasper
2013-02-15
1
-4
/
+13
*
Fix counting of parameters so that r175162 works as expected.
Daniel Jasper
2013-02-14
1
-0
/
+4
*
Reduce penalty for breaking before ./-> after complex calls.
Daniel Jasper
2013-02-14
1
-7
/
+12
*
Remove the trailing whitespace of formatted lines.
Daniel Jasper
2013-02-14
1
-0
/
+4
*
Get less confused by trailing comma in Google style.
Daniel Jasper
2013-02-14
1
-0
/
+11
*
Remove accidentally committed empty test.
Daniel Jasper
2013-02-14
1
-3
/
+0
*
Align superclasses for multiple inheritence.
Daniel Jasper
2013-02-14
1
-0
/
+22
*
Allow breaking after the return type in function declarations.
Daniel Jasper
2013-02-13
1
-0
/
+8
*
Fix comment alignment close to the column limit.
Daniel Jasper
2013-02-13
1
-0
/
+3
*
Formatter: And more cast tests (these don't pass yet).
Nico Weber
2013-02-13
1
-0
/
+2
*
Formatter: Add more cast tests.
Nico Weber
2013-02-13
1
-1
/
+9
*
Formatter: Refactor the cast detection code to be a bit more readable.
Nico Weber
2013-02-13
1
-0
/
+1
*
Formatter: Detect ObjC method expressions after casts.
Nico Weber
2013-02-13
1
-1
/
+2
*
Fix crash for incomplete labels in macros.
Daniel Jasper
2013-02-12
1
-0
/
+6
*
Fix bug in the adjustment to existing lines.
Daniel Jasper
2013-02-12
1
-0
/
+3
*
Formatter: Correctly format stars in `sizeof(int**)` and similar places.
Nico Weber
2013-02-12
1
-2
/
+9
*
Adding more overloads for allOf matcher
Edwin Vane
2013-02-12
1
-1
/
+16
*
Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
2013-02-11
1
-0
/
+4
*
Get rid of manual debug output, now that the test runner supports it.
Manuel Klimek
2013-02-11
1
-3
/
+0
*
Fix invalid formatting with spaces before trailing comments.
Daniel Jasper
2013-02-11
1
-0
/
+3
*
Fixes handling of empty lines in macros.
Manuel Klimek
2013-02-11
1
-0
/
+20
*
Fix formatting of overloaded operator definitions.
Daniel Jasper
2013-02-11
1
-0
/
+7
*
Formatter: Add a test for multi-line ObjC dict literals.
Nico Weber
2013-02-10
1
-0
/
+3
*
Formatter: Add another ObjC literal test.
Nico Weber
2013-02-10
1
-0
/
+2
[next]