summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Improve alignment after 'return'.Daniel Jasper2013-09-301-0/+4
* clang-format: Fix assertion on incomplete string literals.Daniel Jasper2013-09-291-1/+5
* clang-format: Improve formatting of functions with multiple trailing tokens.Daniel Jasper2013-09-271-1/+4
* clang-format: Option to removing the space before assignment operators.Daniel Jasper2013-09-251-0/+3
* 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-171-29/+36
* 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
* clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.Daniel Jasper2013-09-141-0/+3
* clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper2013-09-131-0/+6
* clang-format: Fix bug in pointer detectionDaniel Jasper2013-09-111-1/+1
* Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144Alexander Kornienko2013-09-101-0/+2
* 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-101-6/+7
* clang-format: Fix regression introduced by r189353.Daniel Jasper2013-09-061-1/+2
* clang-format: Fix regression introduced by r189337.Daniel Jasper2013-09-061-1/+6
* clang-format: Fix comment formatting bugs in nested blocks.Daniel Jasper2013-09-061-4/+21
* clang-format: Fix parsing and indenting lambdas.Daniel Jasper2013-09-051-1/+2
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-051-11/+22
* Fix layout of lambda captures.Manuel Klimek2013-09-041-2/+7
* Store first and last newline position in the token text for string literals a...Alexander Kornienko2013-09-021-1/+1
* clang-format: Fix segfault in overloaded operator parsing.Daniel Jasper2013-09-021-2/+3
* clang-format: Enable formatting of protocol buffer definitions.Daniel Jasper2013-08-301-1/+2
* Better support for multiline string literals (including C++11 raw string lite...Alexander Kornienko2013-08-291-2/+1
* clang-format: Don't insert space in __has_includeDaniel Jasper2013-08-281-1/+2
* clang-format: Fix corner case in overloaded operator definitions.Daniel Jasper2013-08-281-1/+4
* clang-format: Fix space in decltype-constexprs.Daniel Jasper2013-08-281-1/+2
* clang-format: Format segments of builder-type calls one per line.Daniel Jasper2013-08-271-4/+2
* clang-format: Revamp builder-type call formatting.Daniel Jasper2013-08-271-47/+32
* clang-format: Fix indentation relative to unary expressions.Daniel Jasper2013-08-231-15/+56
* clang-format: Add column layout formatting for braced listsDaniel Jasper2013-08-221-4/+15
* clang-format: Indent relative to unary operators.Daniel Jasper2013-08-211-7/+7
* clang-format: Additional options for spaces around parentheses.Daniel Jasper2013-08-201-6/+13
* clang-format: Fix return type line break decision.Daniel Jasper2013-08-191-4/+7
* clang-format: Improve boolean expression formatting in macros.Daniel Jasper2013-08-131-1/+2
* clang-format: Slightly adapt line break penalties.Daniel Jasper2013-08-131-1/+1
* clang-format: Correctly format alias declarations.Daniel Jasper2013-08-121-5/+6
* This change fixes the formatting of statements such as catch (E& e).Manuel Klimek2013-08-121-1/+2
* clang-format: Fix corner case in OpenMP pragma formatting.Daniel Jasper2013-08-071-1/+2
* clang-format: Improve formatting of builder-type calls.Daniel Jasper2013-08-071-2/+0
* clang-format: Operator precendence in ObjC method exprs.Daniel Jasper2013-08-011-0/+5
* clang-format: Don't break empty 2nd operand of ternary expr.Daniel Jasper2013-08-011-3/+6
* Teach clang-format to understand static_asserts better.Daniel Jasper2013-08-011-0/+3
* clang-format: Improve line breaks in @property.Daniel Jasper2013-08-011-1/+3
* clang-format: Improve detection of templates.Daniel Jasper2013-07-301-1/+1
* clang-format: Add two new style options to support WebKit style.Daniel Jasper2013-07-261-3/+19
* clang-format: Fix bad line break with pointers to members.Daniel Jasper2013-07-181-1/+1
* clang-format: Add space in corner case.Daniel Jasper2013-07-171-0/+4
* Improve line breaking before multi-line strings.Daniel Jasper2013-07-171-9/+3
* Don't break line comments with escaped newlines.Alexander Kornienko2013-07-161-2/+3
OpenPOWER on IntegriCloud