summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Roll-back r250822.Angel Garcia Gomez2015-10-205-5/+5
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-205-5/+5
* clang-format: Extend main header include sorting heuristic to Objective-C files.Nico Weber2015-10-191-1/+3
* clang-format: [JS] Handle string literals spanning character classes.Daniel Jasper2015-10-181-92/+80
* clang-format/java: Break after annotations on fields in Chromium style.Nico Weber2015-10-152-2/+4
* clang-format: Fixed typecast getting put on a separate line from theDaniel Jasper2015-10-121-1/+3
* clang-format: [JS] handle character classes in regexes.Daniel Jasper2015-10-121-1/+12
* clang-format: Fixed missing space between Obj-C for/in and a typecast.Daniel Jasper2015-10-071-1/+2
* [clang-format] Stop alignment sequences on open braces and parens whenDaniel Jasper2015-10-071-8/+28
* Make clang-format actually respect custom brace wrapping flags.Daniel Jasper2015-10-071-0/+4
* clang-format: Fix false ObjC block detection.Daniel Jasper2015-10-071-0/+5
* clang-format: Understand array reference types.Daniel Jasper2015-10-071-1/+1
* clang-format: Fix false positive in pointer/reference detection.Daniel Jasper2015-10-071-1/+3
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-061-3/+12
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-8/+7
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-0/+1
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-042-4/+4
* [clang-format] Add support of consecutive declarations alignmentDaniel Jasper2015-10-013-11/+146
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-294-54/+101
* clang-format: Extend #include sorting functionalityDaniel Jasper2015-09-291-10/+42
* clang-format: [JS] Support pseudo-keywordsDaniel Jasper2015-09-282-1/+6
* clang-format: [JS] handle let (ES6)Daniel Jasper2015-09-283-4/+7
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-232-3/+103
* clang-format: Fix alignConsecutiveAssignments.Daniel Jasper2015-09-221-34/+44
* clang-format: Remove ChromiumStyle.MacroBlockBegin.Nico Weber2015-09-211-2/+0
* clang-format: Fix merging short case labels with comments.Daniel Jasper2015-09-211-1/+2
* clang-format: In Java, `assert` is followed by an expression.Nico Weber2015-09-152-1/+3
* Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-3/+3
* Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-3/+3
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-3/+3
* clang-format: Don't let a leading "template <..>" lead to wrapped initializers.Daniel Jasper2015-08-271-0/+3
* clang-format: Add space before member function reference qualifiers.Daniel Jasper2015-08-251-6/+6
* clang-format: Always allow break after leading annotations.Daniel Jasper2015-08-241-1/+1
* clang-format: Make formatting of member function reference qualifiersDaniel Jasper2015-08-242-5/+11
* clang-format: Properly handle braced lists in macros.Daniel Jasper2015-08-241-0/+2
* clang-format: Be more conservative about specially indenting blocks in C++.Daniel Jasper2015-08-212-1/+2
* clang-format: Don't remove space between #elif and parentheses.Daniel Jasper2015-08-142-1/+5
* clang-format: Inside decltype(), there is an expression.Daniel Jasper2015-08-131-2/+3
* clang-format: Fix incorrect lambda-detection.Daniel Jasper2015-08-131-0/+1
* clang-format: Make SpaceBeforeParens work with overloaded operators.Daniel Jasper2015-08-111-1/+1
* Add WebKit brace style configuration option.Roman Kashitsyn2015-08-101-1/+2
* Do not force linebreaks when MaxEmptyLinesToKeep is 0.Manuel Klimek2015-07-281-1/+1
* clang-format: Fix unary operator detection in for loops.Daniel Jasper2015-07-211-1/+2
* clang-format: Fix crasher when a UTF8 character is found in an escapeDaniel Jasper2015-07-201-1/+1
* clang-format: Take nested lines into account when detection C++03Daniel Jasper2015-07-181-32/+46
* clang-format: Respect IndentWrappedFunctionNames when aligning colonsDaniel Jasper2015-07-161-1/+6
* clang-format: [Proto] Handle enum bodies differently.Daniel Jasper2015-07-161-3/+5
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-152-15/+60
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-151-1/+2
* clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2015-07-141-2/+4
OpenPOWER on IntegriCloud