summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Format.cpp: Don't use initializer list.NAKAMURA Takumi2014-04-151-2/+2
* clang-format: Understand proto text format without commas.Daniel Jasper2014-04-151-0/+1
* clang-format: Basic support for C++1y.Daniel Jasper2014-04-151-0/+1
* clang-format: Early cut-off for inlining nested blocks.Daniel Jasper2014-04-151-0/+7
* clang-format: Cache results of formatting nested blocks.Daniel Jasper2014-04-151-0/+14
* Format code around VCS conflict markers.Manuel Klimek2014-04-141-1/+71
* Correctly handle escaped newlines when the next token starts without a space.Manuel Klimek2014-04-111-1/+3
* clang-format: Fix bug where clang-format would break the code.Daniel Jasper2014-04-091-0/+4
* clang-format: Extend AllowShortFunctions.. to only merge inline functions.Daniel Jasper2014-04-081-6/+22
* clang-format: Don't merge simple blocks in case statements.Daniel Jasper2014-04-041-1/+1
* clang-format: Support configurable list of foreach-macros.Daniel Jasper2014-04-011-2/+17
* clang-format: Add flag for removing empty lines at the start of blocks.Daniel Jasper2014-03-211-1/+6
* clang-format: Don't remove empty lines at the start of namespaces.Daniel Jasper2014-03-211-1/+2
* clang-format: Remove empty lines at the beginning of blocks.Daniel Jasper2014-03-211-0/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-2/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* [C++11] Switch the clang-format LLVM style to use C++11 style bracedChandler Carruth2014-03-021-3/+8
OpenPOWER on IntegriCloud