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