summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/FormatToken.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-051-0/+4
* Store first and last newline position in the token text for string literals a...Alexander Kornienko2013-09-021-6/+16
* Better support for multiline string literals (including C++11 raw string lite...Alexander Kornienko2013-08-291-8/+11
* Fixes various problems with accounting for tabs in the original code.Manuel Klimek2013-08-291-1/+10
* clang-format: Format segments of builder-type calls one per line.Daniel Jasper2013-08-271-0/+8
* clang-format: Add column layout formatting for braced listsDaniel Jasper2013-08-221-0/+83
* clang-format: Add two new style options to support WebKit style.Daniel Jasper2013-07-261-0/+1
* clang-format: Improve handling of unterminated string literals.Daniel Jasper2013-07-161-5/+9
* Add experimental flag for adaptive parameter bin-packing.Daniel Jasper2013-07-101-3/+13
* Initial support for formatting trailing return types.Daniel Jasper2013-07-091-0/+1
* Fix alignment of closing brace in braced initializers.Daniel Jasper2013-07-091-4/+15
* Reformat clang-format's source files after r185822 and others.Daniel Jasper2013-07-081-1/+0
* Fixed typo: NoneComment -> NonComment, no other changes.Alexander Kornienko2013-07-041-2/+2
* Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment op...Craig Topper2013-07-011-2/+2
* Fix a comment.Nico Weber2013-06-251-1/+1
* Improved handling of escaped newlines at the token start.Alexander Kornienko2013-06-071-11/+5
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-8/+13
* Moved FormatToken to a separate header.Alexander Kornienko2013-06-031-0/+281
OpenPOWER on IntegriCloud