summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clang-format: Correctly identify ObjC Block with return type.Daniel Jasper2014-03-271-4/+6
* clang-format: Fix incorrect &/* detection.Daniel Jasper2014-03-251-2/+4
* clang-format: Let a trailing comma in braced lists enforce linebreaks.Daniel Jasper2014-03-211-0/+8
* clang-format: Fix for r204456.Daniel Jasper2014-03-211-1/+1
* clang-format: Preserve meaning of trailing comments on parameters.Daniel Jasper2014-03-211-0/+21
* Fix crasher bug.Manuel Klimek2014-03-181-13/+18
* clang-format: Detect weird macro lambda usage.Daniel Jasper2014-03-111-1/+5
* clang-format: Add spaces between lambdas and comments.Daniel Jasper2014-03-101-1/+2
* clang-format: Add spaces around trailing/lambda return types.Daniel Jasper2014-03-101-1/+2
* clang-format: Don't wrap "const" etc. of function declarations.Daniel Jasper2014-02-171-2/+8
* clang-format: Fix formatting of class template declaration.Daniel Jasper2014-02-141-0/+2
* clang-format: Fix range-based for-loop formatting.Daniel Jasper2014-02-071-0/+2
* clang-format: More custom option fixes for protocol buffer files.Daniel Jasper2014-01-291-1/+2
* clang-format: Fix formatting of custom proto options.Daniel Jasper2014-01-291-1/+1
* clang-format: Understand __attribute__s preceding parameter lists.Daniel Jasper2014-01-281-12/+13
* clang-format: Fix option formatting in protocol buffer files.Daniel Jasper2014-01-281-0/+1
* clang-format: Add support for a space after @propertyDaniel Jasper2014-01-281-0/+3
* clang-format: Fix incorrect space removal.Daniel Jasper2014-01-251-1/+1
* clang-format: Treat "." in protos like namespace separators.Daniel Jasper2014-01-221-1/+2
* clang-format: text following #if is likely an expression.Daniel Jasper2014-01-211-1/+2
* clang-format: Properly format custom options in protocol buffer definitions.Daniel Jasper2014-01-201-1/+2
* clang-format: Better support and testing for protocol buffers.Daniel Jasper2014-01-191-3/+14
* clang-format: Fix ObjC block as first call parameter formatting.Daniel Jasper2014-01-191-0/+2
* clang-format: Don't break lines starting with "import <string-literal>"Daniel Jasper2014-01-171-0/+9
* clang-format: Improve formatting of ObjC Blocks with return type.Daniel Jasper2014-01-161-4/+10
* clang-format: Enable formatting of lambdas with explicit return type.Daniel Jasper2014-01-161-32/+2
* clang-format: Fixed formatting of JavaScript container literalsDaniel Jasper2014-01-151-5/+4
* clang-format: Fix corner case with comment in ctor initializer.Daniel Jasper2014-01-131-0/+1
OpenPOWER on IntegriCloud