summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes various problems around enum parsing.Manuel Klimek2013-01-211-31/+42
* Fixes formatting of empty blocks.Manuel Klimek2013-01-211-8/+6
* Fixes indent in linkage specification blocks.Manuel Klimek2013-01-211-0/+12
* Fixes detection of class template specializations.Manuel Klimek2013-01-211-1/+14
* Allow for nested name specifiers in record declarations.Manuel Klimek2013-01-211-1/+3
* Fix parsing of return statements.Manuel Klimek2013-01-211-0/+29
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-1/+1
* Fixes problems with line merging in the face of preprocessor directives.Manuel Klimek2013-01-181-7/+33
* Formatter: After case blocks, "break" goes on the same line as the "}", PR14907.Nico Weber2013-01-181-0/+2
* Add debugging support for split penalties.Manuel Klimek2013-01-161-1/+0
* Use standard llvm Debug.h support for debugging output.Manuel Klimek2013-01-161-17/+16
* Clang Format: Handle missing semicolonAlexander Kornienko2013-01-161-2/+5
* Change the datastructure for UnwrappedLines.Daniel Jasper2013-01-161-34/+15
* Fixes various bugs around the keywords class, struct and union.Manuel Klimek2013-01-151-22/+23
* Format unions like structs and classes.Daniel Jasper2013-01-131-1/+2
* Fix crashes in UnwrappedLineParser on missing parens.Manuel Klimek2013-01-111-2/+4
* Fix crash on invalid.Manuel Klimek2013-01-111-1/+2
* Fix parsing of initializer lists with elaborated type specifier.Manuel Klimek2013-01-111-2/+8
* clang-format: a bit nicer error message.Alexander Kornienko2013-01-111-1/+1
* Basic support for diagnostics.Alexander Kornienko2013-01-101-6/+9
* Do not add newline in empty blocks.Manuel Klimek2013-01-101-6/+8
* Fix layout of blocks inside statements.Manuel Klimek2013-01-101-18/+70
* Introduce a define to switch on debug output.Manuel Klimek2013-01-101-0/+17
* Formatter: @optional and @required go on their own line.Nico Weber2013-01-101-0/+5
* Formatter: Add support for @implementation.Nico Weber2013-01-091-2/+3
* Formatter: Make parseObjCUntilAtEnd() actually work.Nico Weber2013-01-091-0/+2
* Formatting: Add support for @protocol.Nico Weber2013-01-091-16/+40
* Formatter: Add support for @interface.Nico Weber2013-01-091-0/+42
* Enables layouting unwrapped lines around preprocessor directives.Manuel Klimek2013-01-091-30/+48
* Change the data structure used in clang-format.Daniel Jasper2013-01-081-3/+13
* Formatter: Support @public/@protected/@package/@private.Nico Weber2013-01-071-0/+12
* Fix parsing of variable declarations directly after a class / struct.Manuel Klimek2013-01-071-4/+25
* s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.Manuel Klimek2013-01-071-8/+8
* Reformat clang-formats source code.Daniel Jasper2013-01-071-2/+2
* Fix incorrect FIXME.Manuel Klimek2013-01-071-2/+3
* Remove outdated FIXME and add explanation for error handling strategyManuel Klimek2013-01-071-2/+6
* Fixes handling of unbalances braces.Manuel Klimek2013-01-061-5/+12
* Fixes parsing of hash tokens in the middle of a line.Manuel Klimek2013-01-051-1/+3
* Fixes PR14801 - preprocessor directives shouldn't be indentedManuel Klimek2013-01-051-3/+4
* Fixes PR14811: Crash when formatting some macrosManuel Klimek2013-01-051-1/+1
* Various fixes to clang-format's macro handling.Manuel Klimek2013-01-041-14/+99
* Fixes use of unescaped newlines when formatting preprocessor directives.Manuel Klimek2013-01-021-6/+18
* Formatter: parse and format inline namespaces like regular namespacesDmitri Gribenko2012-12-301-1/+9
* Let clang-format format itself.Daniel Jasper2012-12-241-3/+1
* Fix several formatting problems.Daniel Jasper2012-12-171-12/+15
* Clang-format: error recovery for access specifiersAlexander Kornienko2012-12-101-1/+3
* Clang-format: extracted FormatTokenSource from UnwrappedLineParser.Alexander Kornienko2012-12-071-50/+6
* Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko2012-12-061-12/+25
* Clang-format: detect unbalanced braces.Alexander Kornienko2012-12-061-2/+3
* Clang-format: parse for and while loopsAlexander Kornienko2012-12-051-0/+20
OpenPOWER on IntegriCloud