summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Basic support for Java.Daniel Jasper2014-09-151-2/+13
* clang-format: Add option to break before non-assignment operators.Daniel Jasper2014-09-151-3/+13
* Fix bug 20892 - clang-format does not handle C-style commentsRoman Kashitsyn2014-09-111-2/+9
* clang-format: Add option to allow short case labels on a single line.Daniel Jasper2014-09-101-0/+32
* clang-format: [JS] Support regex literals with trailing escaped slash.Daniel Jasper2014-09-091-26/+58
* clang-format: [JS] Support alternative operator names as identifiers.Daniel Jasper2014-09-041-7/+8
* clang-format: Add an option 'SpaceAfterCStyleCast'.Daniel Jasper2014-09-031-0/+2
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-271-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* clang-format: New option SpacesInSquareBrackets.Daniel Jasper2014-08-261-0/+2
* C++1y is now C++14!Aaron Ballman2014-08-191-1/+1
* FormatTokenLexer: Avoid non-static member initializer.NAKAMURA Takumi2014-08-061-2/+2
* clang-format: Add special comments to disable formatting.Daniel Jasper2014-08-061-0/+7
* clang-format: Add option to always break after a function's return type.Daniel Jasper2014-08-051-0/+4
* Fix typosAlp Toker2014-07-141-1/+1
* clang-format: Add new option to indent wrapped function declarations.Daniel Jasper2014-07-091-0/+5
* clang-format: Revamp function declaration/definition indentation.Daniel Jasper2014-07-091-4/+0
* Update for llvm api change.Rafael Espindola2014-07-061-5/+6
* clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper2014-06-171-13/+29
* Permit -Wswitch coverage for enumerations.Saleem Abdulrasool2014-06-121-1/+1
* Basic: fix warnings from GCCSaleem Abdulrasool2014-06-121-0/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-4/+4
* Fix typo.Rafael Espindola2014-06-121-2/+2
* Give clang-format its own error category.Rafael Espindola2014-06-121-6/+29
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-5/+5
* clang-format: Fix incorrect indentation.Daniel Jasper2014-06-061-1/+2
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* Use error_code::success() instead of make_error_code(llvm::errc::success).Alexander Kornienko2014-05-221-1/+1
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-221-0/+16
* clang-format: Fix corner case in AllowShortBlocksOnASingleLine.Daniel Jasper2014-05-221-2/+1
* clang-format: Store pointers to seen formatting states.Daniel Jasper2014-05-221-2/+8
* clang-format: Correctly identify multiplications in braces init lists.Daniel Jasper2014-05-221-1/+1
* clang-format: Correctly calculate line lenghts for nest blocks.Daniel Jasper2014-05-221-1/+3
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-211-2/+7
* clang-format: [JS] Support for EC6 arrow functions.Daniel Jasper2014-05-191-0/+3
* Fix typosAlp Toker2014-05-151-1/+1
* clang-format: Add option to allow short blocks on a single line.Daniel Jasper2014-05-141-10/+29
* clang-format: [JS] Basic support for escape sequences in regex literals.Daniel Jasper2014-05-121-1/+21
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-37/+35
* clang-format: [JS] Allow up to 3 empty lines in Google's JS style.Daniel Jasper2014-05-091-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-15/+16
* clang-format: [JS] Support regex literals after 'return'.Daniel Jasper2014-05-081-5/+5
* clang-format: [JS] Initial support for regex literals.Daniel Jasper2014-05-081-4/+39
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-081-0/+1
* clang-format: Be slightly more aggressive on single-line functions.Daniel Jasper2014-05-071-2/+6
* Fix bug in clang-format while merging short functionDinesh Dwivedi2014-05-051-4/+5
* clang-format: Remove accidentally added debug output.Daniel Jasper2014-04-291-2/+0
* clang-format: Allow single-line function in WebKit style.Daniel Jasper2014-04-291-0/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
OpenPOWER on IntegriCloud