summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug 20587 - Add K&R break before braces styleRoman Kashitsyn2014-08-111-6/+18
* Use std::unique_ptr to handle transient ownership of UnwrappedLine in ScopedL...David Blaikie2014-08-091-6/+5
* clang-format: Break before 'else' in Stroustrup style.Daniel Jasper2014-08-051-0/+2
* clang-format: Understand parameter pack initialization.Daniel Jasper2014-08-041-1/+1
* Fix parsing of classes where the class name is an absolute nested name specif...Manuel Klimek2014-07-311-4/+2
* clang-format: [JS] support free-standing functions again.Daniel Jasper2014-06-301-1/+4
* clang-format: [JS] Understand named function literals.Daniel Jasper2014-06-131-0/+5
* clang-format: Support variadic lambda captures.Daniel Jasper2014-06-101-0/+2
* clang-format: Fix braced list detection.Daniel Jasper2014-05-221-2/+6
* clang-format: Fix incorrect braced init identification.Daniel Jasper2014-05-221-1/+2
* clang-format: Fix incorrect macro call detection.Daniel Jasper2014-05-211-1/+3
* clang-format: [JS] Understand top-level function literals properly.Daniel Jasper2014-05-201-0/+4
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-11/+9
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-6/+6
* clang-format: Initial support for try-catch.Daniel Jasper2014-05-081-0/+73
* clang-format: [JS] support closures in container literals.Daniel Jasper2014-05-081-3/+21
* clang-format: [JS] Don't indent in goog.scope blocks.Daniel Jasper2014-05-061-2/+20
* Fixes issue with Allman BreakBeforeBraces for Objective C @interfaceDinesh Dwivedi2014-05-021-2/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Format code around VCS conflict markers.Manuel Klimek2014-04-141-25/+44
* Correctly handle escaped newlines when the next token starts without a space.Manuel Klimek2014-04-111-4/+9
* clang-format: Fix false positive in braced list detection in protos.Daniel Jasper2014-04-101-12/+19
* clang-format: Support configurable list of foreach-macros.Daniel Jasper2014-04-011-2/+9
* clang-format: Solve issues found and fixed by clang-tidy.Daniel Jasper2014-03-311-1/+1
* clang-format: Recognize more ObjC blocks with parameters/return type.Daniel Jasper2014-03-281-2/+6
* 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
OpenPOWER on IntegriCloud