summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Add a space in ObjC protocols.Daniel Jasper2014-08-011-4/+5
* clang-format: Understand 'typename' in placement new.Daniel Jasper2014-07-301-1/+2
* clang-format: [proto] Improve formatting of text-proto options.Daniel Jasper2014-07-281-2/+4
* clang-format: Improve operator and template recognition.Daniel Jasper2014-07-281-7/+3
* clang-format: Improve pointer/reference detection.Daniel Jasper2014-07-281-1/+2
* clang-format: Fix unary operator recognition.Daniel Jasper2014-07-281-1/+1
* clang-format: Fix formatting of lock annotations in lambda definitions.Daniel Jasper2014-07-281-0/+4
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-191-2/+1
* clang-format: Fix parsing of conditional expressions.Daniel Jasper2014-07-171-1/+1
* clang-format: Improve cast detection (fix false positive).Daniel Jasper2014-07-141-0/+2
* clang-format: Fix behavior around pointer-to-member invocations.Daniel Jasper2014-07-091-3/+4
* clang-format: Revamp function declaration/definition indentation.Daniel Jasper2014-07-091-4/+43
* clang-format: Support member function reference qualifiers.Daniel Jasper2014-06-301-1/+1
* clang-format: Improve expression heuristics.Daniel Jasper2014-06-301-0/+2
* clang-format: Understand that breaking before lambdas is fine.Daniel Jasper2014-06-241-1/+1
* clang-format: [proto] Add required space before absolute references.Daniel Jasper2014-06-231-0/+4
* clang-format: Fix corner case in pointer/reference detection.Daniel Jasper2014-06-231-0/+2
* clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper2014-06-171-3/+3
* clang-format: Fix pointer/reference detection after decltype.Daniel Jasper2014-06-111-1/+2
* clang-format: [JS] Treat dict literals similar to objc method exprs.Daniel Jasper2014-06-101-7/+12
* clang-format: Increase penalty for wrapping array subscript expressionsDaniel Jasper2014-06-101-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-3/+4
* 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
OpenPOWER on IntegriCloud