summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better implementation of JavaScript === and !== operators.Alexander Kornienko2013-11-211-7/+30
* Added an option to allow short function bodies be placed on a single line.Alexander Kornienko2013-11-201-24/+50
* Refactoring: replaced (*(I + x)) with I[x].Alexander Kornienko2013-11-191-21/+18
* Correctly mark first token in the presence of UTF-8 BOM.Alexander Kornienko2013-11-131-3/+4
* clang-format: Don't auto-break short macros in WebKit style.Daniel Jasper2013-11-081-1/+3
* clang-format: Make breaking before ternary operators configurable.Daniel Jasper2013-11-081-0/+4
* clang-format: Separate line-merging logic into its own class.Daniel Jasper2013-11-061-151/+164
* clang-format: Allow line merging and partial formatting of nested blocksDaniel Jasper2013-11-051-404/+410
* clang-format: Option to control spacing in template argument lists.Daniel Jasper2013-10-291-0/+3
* I am about to change llvm::MemoryBuffer::getFile take take a Twine. ChangeRafael Espindola2013-10-251-1/+2
* clang-format: Adapt line break penalties for LLVM style.Daniel Jasper2013-10-251-0/+4
* clang-format: Fix formatting of nested blocks after comment.Daniel Jasper2013-10-201-10/+11
* clang-format: Be more aggressive on incorrect code.Daniel Jasper2013-10-181-4/+1
* clang-format: Make continuation indent width configurable.Daniel Jasper2013-10-181-0/+3
* Keep track of indentation levels in static initializers for correct indentati...Alexander Kornienko2013-10-141-15/+13
* clang-format: No space in "<::" in C++11 mode.Daniel Jasper2013-10-121-4/+8
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-17/+55
* clang-format: Don't remove 'unknown' tokens.Daniel Jasper2013-10-111-0/+14
* clang-format: Remove empty lines after visibility modifiers.Daniel Jasper2013-10-061-6/+10
* Moving style option formatting to libFormatEdwin Vane2013-09-301-0/+78
* Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko2013-09-271-10/+24
* clang-format: Option to removing the space before assignment operators.Daniel Jasper2013-09-251-0/+4
* When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...Alexander Kornienko2013-09-161-1/+37
* clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper2013-09-131-1/+1
* Support for CR LF newlines.Alexander Kornienko2013-09-111-3/+9
* Correctly calculate OriginalColumn after multi-line tokens.Alexander Kornienko2013-09-101-14/+13
* Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.Alexander Kornienko2013-09-101-18/+27
OpenPOWER on IntegriCloud