summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: Fix alignment of comments inside statements.Daniel Jasper2014-02-111-3/+3
* clang-format: Fix column limit violation for merged lines in macros.Daniel Jasper2014-02-071-0/+15
* clang-format: Let chromium style inherit google style's javascript tweaks.Nico Weber2014-02-021-30/+15
* clang-format: (JavaScript) Don't crash on empty string literals.Daniel Jasper2014-01-311-4/+8
* clang-format: Add support for a space after @propertyDaniel Jasper2014-01-281-0/+5
* clang-format: Leave 2 empty lines in Google's JavaScript style.Daniel Jasper2014-01-201-0/+1
* clang-format: Better support and testing for protocol buffers.Daniel Jasper2014-01-191-2/+23
* clang-format: Fixed formatting of JavaScript container literalsDaniel Jasper2014-01-151-3/+4
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Added an option to avoid splitting certain kinds of comments into lines.Alexander Kornienko2014-01-021-0/+2
* Fix and reword some typosAlp Toker2013-12-301-1/+1
* clang-format: (WebKit) Disallow 1-line constructors with initializers.Daniel Jasper2013-12-241-5/+16
* clang-format: Increase penalty for breaking comments.Daniel Jasper2013-12-191-1/+1
* clang-format: Don't adapt local format to macros.Daniel Jasper2013-12-171-7/+15
* Always break before the colon in constructor initializers, whenAlexander Kornienko2013-12-161-5/+3
* Implemented GNU-style formatting for compound statements.Alexander Kornienko2013-12-121-2/+4
* Remove IndentBlocks, which sneaked winto the previous commitAlexander Kornienko2013-12-101-2/+0
* Early attempts to format in GNU style.Alexander Kornienko2013-12-101-36/+21
* Allow predefined styles to define different options for different languages.Alexander Kornienko2013-12-101-57/+74
* Trivial change: added 'using clang::format::FormatStyle;'Alexander Kornienko2013-12-101-68/+54
* Support GNU style rule to put a space before opening parenthesis.Alexander Kornienko2013-12-101-4/+27
* Fix the regression caused by r196378Alexander Kornienko2013-12-041-3/+3
* Leave constructor initializer lists on one line in styles with no column limit.Alexander Kornienko2013-12-041-6/+16
* Added an option to specify fallback style.Alexander Kornienko2013-12-021-10/+12
* clang-format: Fix excessive formatting caused by r195954.Daniel Jasper2013-12-021-0/+1
* Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.Alexander Kornienko2013-11-291-19/+156
* clang-format: Extends formatted ranges to subsequent lines comments.Daniel Jasper2013-11-291-8/+14
* clang-format: Improve selective formatting of nested statements.Daniel Jasper2013-11-281-23/+60
* clang-format: Fix formatting of empty files (fixes c-index-tests).Daniel Jasper2013-11-251-2/+3
* clang-format: Refactor calculation of lines intersecting with -lines.Daniel Jasper2013-11-251-72/+110
OpenPOWER on IntegriCloud