summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/FormatToken.h
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-121-2/+3
* clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.Daniel Jasper2014-12-051-0/+6
* clang-format: [Java] Don't line-wrap package declarations.Daniel Jasper2014-11-261-0/+2
* clang-format: Refactoring.Daniel Jasper2014-11-251-27/+24
* Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...Aaron Ballman2014-11-241-19/+35
* clang-format: [Java] Treat 'instanceof' like other binary operators.Daniel Jasper2014-11-231-0/+2
* clang-format: Refactoring.Daniel Jasper2014-11-231-35/+17
* clang-format: [Java] Support more Java keywords.Daniel Jasper2014-11-211-0/+4
* clang-format: [Java] Basic lambda support.Daniel Jasper2014-11-211-0/+3
* clang-format: [Java] Never treat @interface as annotation.Nico Weber2014-11-101-0/+3
* clang-format: Use identifier table for keywords in other languages.Daniel Jasper2014-11-041-12/+66
* clang-format: [Java] Improve line breaks around annotations.Daniel Jasper2014-10-311-0/+1
* clang-format: [Java] Wrap after each function annotation.Daniel Jasper2014-10-211-0/+1
* clang-format: Prefer breaking before trailing return arrows.Daniel Jasper2014-10-171-1/+2
* clang-format: Improve handling of block comments in braced lists.Daniel Jasper2014-08-261-1/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* clang-format: Correct SBPO_Always-behavior after function-like keywordsDaniel Jasper2014-08-061-0/+20
* clang-format: Fix behavior around pointer-to-member invocations.Daniel Jasper2014-07-091-1/+1
* clang-format: Revamp function declaration/definition indentation.Daniel Jasper2014-07-091-0/+1
* clang-format: [JS] Treat dict literals similar to objc method exprs.Daniel Jasper2014-06-101-1/+1
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-031-3/+8
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-1/+3
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-3/+3
* clang-format: [JS] Initial support for regex literals.Daniel Jasper2014-05-081-0/+1
* clang-format: Add special case to reduce indentaiton in streams.Daniel Jasper2014-04-161-4/+10
* Format code around VCS conflict markers.Manuel Klimek2014-04-141-4/+7
* clang-format: Support configurable list of foreach-macros.Daniel Jasper2014-04-011-1/+4
* Get rid of the adapted isLiteral method.Manuel Klimek2014-03-281-4/+0
* Improve handling of bool expressions in template arguments.Manuel Klimek2014-03-271-0/+4
* clang-format: Correctly identify ObjC Block with return type.Daniel Jasper2014-03-271-0/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-7/+6
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* clang-format: Understand __attribute__s preceding parameter lists.Daniel Jasper2014-01-281-0/+1
* clang-format: Enable formatting of lambdas with explicit return type.Daniel Jasper2014-01-161-0/+3
* clang-format: Some tweaks to braces list formatting:Daniel Jasper2014-01-091-5/+23
* clang-format: Fix various problems in formatting ObjC blocks.Daniel Jasper2013-12-231-0/+3
* clang-format: Better support for multi-line wide string literals.Daniel Jasper2013-12-201-0/+1
* clang-format: Keep trailing annotations together.Daniel Jasper2013-12-161-0/+1
* clang-format: Be more conservative about braced list column layout.Daniel Jasper2013-12-091-2/+6
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* Added an option to allow short function bodies be placed on a single line.Alexander Kornienko2013-11-201-0/+1
* clang-format: Cleanup array initializer and dict initializer formatting.Daniel Jasper2013-10-241-2/+2
* clang-format: Fix ObjC literal indentation in Google style.Daniel Jasper2013-10-221-8/+11
* clang-format: Improve formatting of ObjC array literals.Daniel Jasper2013-10-221-1/+13
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-1/+16
* Correctly detect colon in bit fields. Fixes PR17333.Alexander Kornienko2013-10-101-0/+1
* Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.Alexander Kornienko2013-09-101-18/+9
* clang-format: Fix regression introduced by r189337.Daniel Jasper2013-09-061-3/+10
* Handle zero-width and double-width characters in string literals and comments.Alexander Kornienko2013-09-051-4/+4
OpenPOWER on IntegriCloud