summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Added a comment and another test for the UT_ForIndentation optionAlexander Kornienko2013-09-271-0/+2
* Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko2013-09-276-90/+130
* Correctly indent with tabs when whitespace starts from the column not divisib...Alexander Kornienko2013-09-272-3/+12
* clang-format: Improve formatting of functions with multiple trailing tokens.Daniel Jasper2013-09-271-1/+4
* clang-format: Fix formatting bug with comment in weird place.Daniel Jasper2013-09-271-1/+4
* clang-format: Option to removing the space before assignment operators.Daniel Jasper2013-09-252-0/+7
* clang-format: Improve address-of-operator detectionDaniel Jasper2013-09-211-1/+1
* clang-format: Don't accidentally move tokens into preprocessor directive.Daniel Jasper2013-09-172-29/+38
* clang-format: Fix line breaking bug after empty ifs.Daniel Jasper2013-09-171-0/+1
* clang-format: Don't split a >>-operator.Daniel Jasper2013-09-171-0/+3
* When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...Alexander Kornienko2013-09-165-31/+100
* clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.Daniel Jasper2013-09-141-0/+3
* clang-format: Detect braced lists in subscript expressions.Daniel Jasper2013-09-131-1/+1
* clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper2013-09-136-46/+36
* clang-format: Fix bug in pointer detectionDaniel Jasper2013-09-111-1/+1
* Support for CR LF newlines.Alexander Kornienko2013-09-113-35/+42
* Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144Alexander Kornienko2013-09-101-0/+2
* Correctly calculate OriginalColumn after multi-line tokens.Alexander Kornienko2013-09-103-36/+22
* clang-format: Understand function type typedefs with typeof.Daniel Jasper2013-09-101-0/+5
* Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.Alexander Kornienko2013-09-106-70/+67
* clang-format: Keep empty lines and format 1-line nested blocks.Daniel Jasper2013-09-081-2/+9
* clang-format: Fix regression introduced by r190038.Daniel Jasper2013-09-061-1/+6
* clang-format: Format typed enums with nested names.Daniel Jasper2013-09-061-1/+2
* clang-format: Don't confuse operator[] with lambdas.Daniel Jasper2013-09-061-1/+2
* Don't remove trailing escaped newline from line comments.Alexander Kornienko2013-09-061-1/+1
* clang-format: Fix regression introduced by r189353.Daniel Jasper2013-09-062-3/+4
* clang-format: Fix regression introduced by r189337.Daniel Jasper2013-09-063-16/+19
* clang-format: Fix comment formatting bugs in nested blocks.Daniel Jasper2013-09-065-39/+54
* Unbreak build with libc++, whose std::list<T> requires T to be complete.Douglas Gregor2013-09-051-1/+4
* Add ATTRIBUTE_UNUSED to silence unused-function warning in releaseDaniel Jasper2013-09-051-1/+2
* Fixes PR 17106 (explicitly typed enums are formatted differently).Manuel Klimek2013-09-051-3/+1
* Handle zero-width and double-width characters in string literals and comments.Alexander Kornienko2013-09-057-55/+115
* clang-format: Quickfix for braced init lists detected as lambdas.Daniel Jasper2013-09-051-0/+6
* Address post-commit review comments from r190038.Daniel Jasper2013-09-053-5/+22
* clang-format: Fix parsing and indenting lambdas.Daniel Jasper2013-09-053-26/+36
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-058-193/+376
* Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization forAlexander Kornienko2013-09-041-0/+2
* Remove code duplication in unwrapped line parser.Manuel Klimek2013-09-041-10/+1
* Implement parsing of blocks (^{ ... }) in the unwrapped line parser.Manuel Klimek2013-09-042-14/+31
* Fix layout of lambda captures.Manuel Klimek2013-09-042-10/+18
* First step towards correctly formatting lambdas.Manuel Klimek2013-09-032-0/+82
* Added WebKit style to the BasedOnStyle handling and to the relevant help mess...Alexander Kornienko2013-09-021-1/+2
* Store first and last newline position in the token text for string literals a...Alexander Kornienko2013-09-024-33/+36
* clang-format: Fix segfault in overloaded operator parsing.Daniel Jasper2013-09-021-2/+3
* clang-format: Fix case-indentation in macros.Daniel Jasper2013-09-021-4/+3
* clang-format: Enable formatting of protocol buffer definitions.Daniel Jasper2013-08-301-1/+2
* clang-format: Improve recovery from enums with errors.Daniel Jasper2013-08-301-0/+11
* clang-format: Fix incorrect indentation.Daniel Jasper2013-08-301-2/+1
* clang-format: Don't indent builders relative to "return".Daniel Jasper2013-08-301-1/+1
* clang-format: Fix corner case in builder-type calls.Daniel Jasper2013-08-301-1/+3
OpenPOWER on IntegriCloud