summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Detect function-like macros only when upper case is used.Alexander Kornienko2014-03-181-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-6/+6
* Remove an unnecessary check for FormatTok not being null.Alexander Kornienko2014-03-131-1/+2
* clang-format: Prevent ObjC code from confusing the braced-init detectionDaniel Jasper2014-03-131-0/+1
* clang-format: Fix another false positive in the lambda detection.Daniel Jasper2014-03-111-2/+2
* clang-format: Fix incorrect lambda recognition exposed by r203452.Daniel Jasper2014-03-111-1/+2
* clang-format: Add spaces around trailing/lambda return types.Daniel Jasper2014-03-101-0/+3
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* clang-format: Support lambdas with namespace-qualified return types.Daniel Jasper2014-02-111-0/+1
* clang-format: Support ObjC's NS_ENUMs.Daniel Jasper2014-01-301-1/+10
* Fix crash on unmatched #endif's.Manuel Klimek2014-01-291-1/+3
* Get rid of special parsing for return statements.Manuel Klimek2014-01-241-37/+0
* clang-format: Fix incorrect lambda recognition.Daniel Jasper2014-01-221-1/+2
* clang-format: Enable formatting of lambdas with explicit return type.Daniel Jasper2014-01-161-2/+8
* clang-format: Don't hang forever when encountering a stray "}" in an @impleme...Benjamin Kramer2014-01-081-0/+4
* clang-format: Recognize single-line macro usages inside macros.Daniel Jasper2014-01-031-1/+1
* clang-format: Fix various problems in formatting ObjC blocks.Daniel Jasper2013-12-231-5/+43
* Implemented GNU-style formatting for compound statements.Alexander Kornienko2013-12-121-22/+45
* clang-format: Correctly handle Qt's Q_SLOTS.Daniel Jasper2013-11-291-1/+2
* clang-format: Support Qt's slot access specifiers.Daniel Jasper2013-11-231-0/+3
* clang-format: Recognize braced lists with trailing function call.Daniel Jasper2013-11-221-1/+1
* Added an option to allow short function bodies be placed on a single line.Alexander Kornienko2013-11-201-0/+1
* Remove incorrect assert.Manuel Klimek2013-10-221-1/+0
* Automatically munch semicolons after blocks.Manuel Klimek2013-10-121-2/+6
* clang-format: Fix assertion on unterminated #ifs.Daniel Jasper2013-10-121-1/+1
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-26/+80
* Fix incorrect detection of class definitions with alignas specification.Manuel Klimek2013-10-071-1/+2
* clang-format: Detect braced lists in subscript expressions.Daniel Jasper2013-09-131-1/+1
* clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper2013-09-131-38/+15
* clang-format: Format typed enums with nested names.Daniel Jasper2013-09-061-1/+2
* clang-format: Don't confuse operator[] with lambdas.Daniel Jasper2013-09-061-1/+2
* Add ATTRIBUTE_UNUSED to silence unused-function warning in releaseDaniel Jasper2013-09-051-1/+2
* Fixes PR 17106 (explicitly typed enums are formatted differently).Manuel Klimek2013-09-051-3/+1
* clang-format: Quickfix for braced init lists detected as lambdas.Daniel Jasper2013-09-051-0/+6
* clang-format: Fix parsing and indenting lambdas.Daniel Jasper2013-09-051-24/+32
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-051-18/+40
* Remove code duplication in unwrapped line parser.Manuel Klimek2013-09-041-10/+1
* Implement parsing of blocks (^{ ... }) in the unwrapped line parser.Manuel Klimek2013-09-041-14/+30
* Fix layout of lambda captures.Manuel Klimek2013-09-041-8/+11
* First step towards correctly formatting lambdas.Manuel Klimek2013-09-031-0/+80
* clang-format: Fix case-indentation in macros.Daniel Jasper2013-09-021-4/+3
* clang-format: Improve recovery from enums with errors.Daniel Jasper2013-08-301-0/+11
* clang-format: Fix corner case in ObjC interface definitions.Daniel Jasper2013-08-281-1/+7
* clang-format: Improve braced init list detection:Daniel Jasper2013-08-281-1/+5
* clang-format: Format enum struct/class like enum.Daniel Jasper2013-08-201-0/+4
* Fixes a couple of bugs with the Allman brace breaking.Manuel Klimek2013-08-071-0/+2
* Implement Allman style.Manuel Klimek2013-08-021-6/+28
* clang-format: Add more options to namespace indentation.Daniel Jasper2013-07-311-6/+9
* clang-format: Fix switch/case interaction with macros.Daniel Jasper2013-07-251-5/+14
* Fix alignment of closing brace in braced initializers.Daniel Jasper2013-07-091-16/+17
OpenPOWER on IntegriCloud