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
/
unittests
/
Format
/
FormatTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't put spaces around hyphens in include paths.
Daniel Jasper
2013-01-13
1
-11
/
+12
*
Improve identification of c-style casts.
Daniel Jasper
2013-01-13
1
-3
/
+19
*
Formatter: Don't insert a space before unary operators after selector names.
Nico Weber
2013-01-12
1
-0
/
+1
*
Formatter: Add a test for @selector in an ObjC method expression, which happe...
Nico Weber
2013-01-12
1
-0
/
+1
*
Formatter: Remove debugging junk I accidentally landed in r172333.
Nico Weber
2013-01-12
1
-3
/
+0
*
Formatter: Prefer breaking before ObjC selector names over breaking at their ':'
Nico Weber
2013-01-12
1
-4
/
+11
*
Fix incorrect comparison operator causing loooong formatting times.
Daniel Jasper
2013-01-12
1
-0
/
+18
*
Formatter: Remove a redundant CurrentLineType check.
Nico Weber
2013-01-12
1
-1
/
+0
*
Formatter: Initial support for formatting Objective-C method expressions. ...
Nico Weber
2013-01-12
1
-0
/
+61
*
Formatter: * and & are binary operators before ( and [.
Nico Weber
2013-01-12
1
-0
/
+3
*
Formatter: * and & are binary operators after ) and ].
Nico Weber
2013-01-12
1
-0
/
+2
*
Formatter: + and - after { are unary operators.
Nico Weber
2013-01-12
1
-0
/
+3
*
Formatter: add a test for :? in []
Nico Weber
2013-01-12
1
-0
/
+7
*
Formatter: Format ObjC static and instance methods consistently, add a test f...
Nico Weber
2013-01-11
1
-0
/
+4
*
Fix crashes in UnwrappedLineParser on missing parens.
Manuel Klimek
2013-01-11
1
-1
/
+5
*
Fix single-line optimization for ObjC.
Manuel Klimek
2013-01-11
1
-14
/
+42
*
Fix crash on invalid.
Manuel Klimek
2013-01-11
1
-0
/
+4
*
Fix parsing of initializer lists with elaborated type specifier.
Manuel Klimek
2013-01-11
1
-0
/
+4
*
Implements pulling simple blocks into a single line.
Manuel Klimek
2013-01-11
1
-64
/
+48
*
Correct spacing around new and delete.
Daniel Jasper
2013-01-11
1
-0
/
+7
*
Improve handling of trailing declaration annotations.
Daniel Jasper
2013-01-11
1
-0
/
+5
*
Improved formatting of constructor initializers
Daniel Jasper
2013-01-11
1
-0
/
+15
*
Formatter: Remove a fixme, Jordy says @synthesize is good as is.
Nico Weber
2013-01-10
1
-3
/
+0
*
Formatter: Put spaces in ObjC method decls in the right place for Google style.
Nico Weber
2013-01-10
1
-7
/
+14
*
Formatter: No spaces around '=' in @property lines.
Nico Weber
2013-01-10
1
-2
/
+7
*
Formatter: Add test for template and protocol parameters in ObjC method decla...
Nico Weber
2013-01-10
1
-0
/
+6
*
Formatting: In @implementation etc lines, put a space before protocol lists.
Nico Weber
2013-01-10
1
-8
/
+18
*
Formatter: Don't put a space in ObjC number literals like @+50
Nico Weber
2013-01-10
1
-3
/
+2
*
Formatter: Add space before '(' in @implemenation, @interface, @protocol lines
Nico Weber
2013-01-10
1
-9
/
+7
*
Fixes layout of right braces.
Manuel Klimek
2013-01-10
1
-2
/
+9
*
Fixes formatting of function calls etc inside an initializer list.
Manuel Klimek
2013-01-10
1
-0
/
+15
*
Do not add newline in empty blocks.
Manuel Klimek
2013-01-10
1
-100
/
+69
*
Improvements to function type and ObjC block formatting.
Daniel Jasper
2013-01-10
1
-8
/
+13
*
Fix layout of blocks inside statements.
Manuel Klimek
2013-01-10
1
-0
/
+24
*
Improve clang-format's understanding of casts.
Daniel Jasper
2013-01-10
1
-2
/
+3
*
Do more error checking for '{}'.
Daniel Jasper
2013-01-10
1
-0
/
+4
*
Formatter: Remove unused @-formatting code.
Nico Weber
2013-01-10
1
-0
/
+2
*
Formatter: @optional and @required go on their own line.
Nico Weber
2013-01-10
1
-0
/
+8
*
Formatter: Add support for @implementation.
Nico Weber
2013-01-09
1
-0
/
+71
*
Formatter: Make parseObjCUntilAtEnd() actually work.
Nico Weber
2013-01-09
1
-0
/
+7
*
Formatting: Add support for @protocol.
Nico Weber
2013-01-09
1
-0
/
+15
*
Formatter: Add support for @interface.
Nico Weber
2013-01-09
1
-28
/
+97
*
Enables layouting unwrapped lines around preprocessor directives.
Manuel Klimek
2013-01-09
1
-1
/
+35
*
Only align after assignments on the top level.
Daniel Jasper
2013-01-09
1
-2
/
+6
*
Don't simply give up when exceeding 80cols, choose an "ok" option.
Daniel Jasper
2013-01-09
1
-0
/
+9
*
Correctly format wrapped function call parameters in templated functions.
Daniel Jasper
2013-01-09
1
-0
/
+3
*
Allow comments in the middle of statements to be on their own line.
Daniel Jasper
2013-01-09
1
-0
/
+3
*
Fix ObjC block declarations.
Daniel Jasper
2013-01-09
1
-0
/
+5
*
Improve formatting of conditional operators.
Daniel Jasper
2013-01-09
1
-0
/
+9
*
Formatter: More tests for already-passing ObjC bits.
Nico Weber
2013-01-08
1
-0
/
+4
[prev]
[next]