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