summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Format: support inline namespacesSaleem Abdulrasool2015-10-301-0/+7
* clang-format: Undo unwanted format change done in r251405.Daniel Jasper2015-10-271-0/+5
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-7/+19
* clang-format: Fix false positive in cast detection.Daniel Jasper2015-10-261-0/+5
* clang-format: Fixed typecast getting put on a separate line from theDaniel Jasper2015-10-121-0/+7
* clang-format: Fixed missing space between Obj-C for/in and a typecast.Daniel Jasper2015-10-071-0/+13
* [clang-format] Stop alignment sequences on open braces and parens whenDaniel Jasper2015-10-071-0/+30
* Make clang-format actually respect custom brace wrapping flags.Daniel Jasper2015-10-071-2/+11
* clang-format: Fix false ObjC block detection.Daniel Jasper2015-10-071-0/+2
* clang-format: Understand array reference types.Daniel Jasper2015-10-071-0/+1
* clang-format: Fix false positive in pointer/reference detection.Daniel Jasper2015-10-071-0/+1
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-061-0/+12
* [clang-format] Add support of consecutive declarations alignmentDaniel Jasper2015-10-011-0/+184
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-1/+30
* clang-format: Fix alignConsecutiveAssignments.Daniel Jasper2015-09-221-0/+4
* clang-format: Fix merging short case labels with comments.Daniel Jasper2015-09-211-0/+3
* clang-format: Don't let a leading "template <..>" lead to wrapped initializers.Daniel Jasper2015-08-271-0/+7
* clang-format: Add space before member function reference qualifiers.Daniel Jasper2015-08-251-27/+30
* clang-format: Always allow break after leading annotations.Daniel Jasper2015-08-241-0/+2
* clang-format: Make formatting of member function reference qualifiersDaniel Jasper2015-08-241-3/+6
* clang-format: Properly handle braced lists in macros.Daniel Jasper2015-08-241-0/+1
* clang-format: Be more conservative about specially indenting blocks in C++.Daniel Jasper2015-08-211-12/+21
* clang-format: Don't remove space between #elif and parentheses.Daniel Jasper2015-08-141-0/+2
* clang-format: Inside decltype(), there is an expression.Daniel Jasper2015-08-131-0/+1
* clang-format: Fix incorrect lambda-detection.Daniel Jasper2015-08-131-0/+1
* clang-format: Make SpaceBeforeParens work with overloaded operators.Daniel Jasper2015-08-111-0/+4
* Add WebKit brace style configuration option.Roman Kashitsyn2015-08-101-7/+50
* Do not force linebreaks when MaxEmptyLinesToKeep is 0.Manuel Klimek2015-07-281-0/+7
* clang-format: Fix unary operator detection in for loops.Daniel Jasper2015-07-211-0/+1
* clang-format: Fix crasher when a UTF8 character is found in an escapeDaniel Jasper2015-07-201-0/+5
* clang-format: Take nested lines into account when detection C++03Daniel Jasper2015-07-181-0/+11
* clang-format: Respect IndentWrappedFunctionNames when aligning colonsDaniel Jasper2015-07-161-0/+16
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-151-0/+26
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-151-0/+5
* clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2015-07-141-0/+9
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+46
* clang-format: Break after "for (" less eagerly.Daniel Jasper2015-07-071-0/+4
* clang-format: Don't wrap before the ] of a lambda introducer.Daniel Jasper2015-07-071-0/+5
* clang-format: Fix __attribute__ being treated as decl name.Daniel Jasper2015-07-061-0/+5
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-0/+18
* clang-format: Support member function reference qualifiers withDaniel Jasper2015-07-011-5/+8
* clang-format: Properly parse parenthesis in braced lists.Daniel Jasper2015-06-301-0/+2
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-9/+37
* clang-format: Don't indent relative to unary operators (some more).Daniel Jasper2015-06-291-4/+6
* clang-format: Support @autoreleasepool.Nico Weber2015-06-281-0/+21
* clang-format: Make exception to AlwaysBreakBeforeMultilineStrings moreDaniel Jasper2015-06-191-0/+4
* clang-format: Better fix to detect elaborated enum return types.Daniel Jasper2015-06-191-0/+4
* clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.Daniel Jasper2015-06-181-4/+9
* clang-format: Better support functions with elaborated enum return types.Daniel Jasper2015-06-181-1/+13
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-15/+14
OpenPOWER on IntegriCloud