summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Leave empty lines within UnwrappedLines.Daniel Jasper2014-06-041-0/+2
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-031-13/+18
* clang-format: Fix special case of binary operator detection.Daniel Jasper2014-06-021-0/+6
* clang-format: No space between ")" and braced init list.Daniel Jasper2014-06-021-1/+2
* clang-format: Fix Allman brace breaking of enums.Daniel Jasper2014-06-021-4/+9
* clang-format: Fix trailing const (etc.) with Allman brace style.Daniel Jasper2014-06-021-2/+2
* clang-format: Don't break before a case's colon.Daniel Jasper2014-05-281-4/+5
* clang-format: Keep '{' of dict literals on the same line in Allman styleDaniel Jasper2014-05-261-1/+1
* clang-format: Don't use Allman brace breaking for ObjC blocks.Daniel Jasper2014-05-221-1/+2
* clang-format: [JS] Understand line breaks in concatenated strings.Daniel Jasper2014-05-221-0/+7
* clang-format: Correctly identify multiplications in braces init lists.Daniel Jasper2014-05-221-0/+2
* clang-format: Correctly calculate line lenghts for nest blocks.Daniel Jasper2014-05-221-8/+14
* clang-format: [JS] Support ES6 destructuring assignments.Daniel Jasper2014-05-191-0/+3
* clang-format: Don't break in the middle of ">>".Daniel Jasper2014-05-131-2/+2
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-15/+11
* clang-format: [JS] Fix spacing in dict literals.Daniel Jasper2014-05-091-3/+6
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-55/+55
* clang-format: Fix binary operator detection before lambdas.Daniel Jasper2014-05-081-1/+1
* clang-format: [JS] Initial support for regex literals.Daniel Jasper2014-05-081-3/+4
* clang-format: Fix corner cases for comments in if conditions.Daniel Jasper2014-05-071-1/+1
* clang-format: Fix bad space before braced initializer.Daniel Jasper2014-05-071-1/+2
* clang-format: [JS] Keep space after closure style comments.Daniel Jasper2014-05-061-2/+2
* clang-format: [JS] Keep space between 'return' and '['.Daniel Jasper2014-05-061-3/+4
* Fixed one issue with castingDinesh Dwivedi2014-05-061-2/+3
* Pulled out cast detection in TokenAnnotator into its own functionDinesh Dwivedi2014-05-061-58/+58
* clang-format: Understand functions with decltype return type.Daniel Jasper2014-05-051-1/+8
* Added some heuristics to identify c style castingDinesh Dwivedi2014-05-051-10/+34
* clang-format: Improve understanding of decltype.Daniel Jasper2014-05-051-1/+2
* clang-format: Improve binary operator detection.Daniel Jasper2014-04-281-1/+1
* clang-format: Fixes spaces in case statements.Daniel Jasper2014-04-281-2/+3
* clang-format: Don't wrap after @interface.Daniel Jasper2014-04-281-0/+2
* [Modules] Update Clang's two files that use DEBUG(...) without definingChandler Carruth2014-04-211-0/+2
* clang-format: Add special case to reduce indentaiton in streams.Daniel Jasper2014-04-161-2/+6
* clang-format: Understand proto text format without commas.Daniel Jasper2014-04-151-1/+6
* clang-format: Fix regression caused by r206165.Daniel Jasper2014-04-141-1/+3
* clang-format: Fix incorrect &&-detection in macros.Daniel Jasper2014-04-141-0/+3
* clang-format: Don't allow hanging indentation for operators on new linesDaniel Jasper2014-04-141-1/+5
* clang-format: Improve formatting of annotated variables.Daniel Jasper2014-04-141-0/+1
* Correctly handle escaped newlines when the next token starts without a space.Manuel Klimek2014-04-111-1/+1
* clang-format: Treat a trailing comment like a trailing comma in braced lists.Daniel Jasper2014-04-091-5/+7
* clang-format: Allow breaking between trailing annotations in more cases.Daniel Jasper2014-04-091-5/+5
* clang-format: Keep more trailing annotations on the same line.Daniel Jasper2014-04-091-4/+2
* clang-format: Recognize lists ending in trailing commas correctly.Daniel Jasper2014-04-091-7/+11
* clang-format: Fix incorrect multi-block-parameter computation.Daniel Jasper2014-04-081-3/+2
* clang-format: Correctly understand arrays of pointers.Daniel Jasper2014-04-081-1/+1
* clang-format: Understand that "auto" is a type.Daniel Jasper2014-04-031-1/+1
* clang-format: Support configurable list of foreach-macros.Daniel Jasper2014-04-011-3/+11
* Get rid of the adapted isLiteral method.Manuel Klimek2014-03-281-3/+6
* Improve handling of bool expressions in template arguments.Manuel Klimek2014-03-271-3/+7
* Fix bool expression special case.Manuel Klimek2014-03-271-4/+17
OpenPOWER on IntegriCloud