summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.h
Commit message (Expand)AuthorAgeFilesLines
* Allow us to better guess the context of an unwrapped line.Manuel Klimek2013-01-231-2/+8
* Implements more principled comment parsing.Manuel Klimek2013-01-221-1/+8
* Fix parsing of return statements.Manuel Klimek2013-01-211-0/+1
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-1/+0
* Fix comment.Manuel Klimek2013-01-181-2/+1
* Fixes problems with line merging in the face of preprocessor directives.Manuel Klimek2013-01-181-0/+15
* Calculate the total length of a line up to each token up front.Daniel Jasper2013-01-161-0/+1
* Change the datastructure for UnwrappedLines.Daniel Jasper2013-01-161-10/+3
* Fixes various bugs around the keywords class, struct and union.Manuel Klimek2013-01-151-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Fix parsing of initializer lists with elaborated type specifier.Manuel Klimek2013-01-111-1/+1
* Basic support for diagnostics.Alexander Kornienko2013-01-101-1/+6
* Fix layout of blocks inside statements.Manuel Klimek2013-01-101-0/+3
* Formatter: Add support for @implementation.Nico Weber2013-01-091-1/+1
* Formatting: Add support for @protocol.Nico Weber2013-01-091-0/+3
* Formatter: Add support for @interface.Nico Weber2013-01-091-0/+1
* Enables layouting unwrapped lines around preprocessor directives.Manuel Klimek2013-01-091-2/+9
* Change the data structure used in clang-format.Daniel Jasper2013-01-081-1/+10
* Fix parsing of variable declarations directly after a class / struct.Manuel Klimek2013-01-071-0/+1
* s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.Manuel Klimek2013-01-071-1/+1
* Reformat clang-formats source code.Daniel Jasper2013-01-071-3/+3
* Fix layouting of tokens with a leading escaped newline.Manuel Klimek2013-01-071-1/+6
* Fixes handling of unbalances braces.Manuel Klimek2013-01-061-1/+1
* Fixes parsing of hash tokens in the middle of a line.Manuel Klimek2013-01-051-1/+5
* Fixes PR14801 - preprocessor directives shouldn't be indentedManuel Klimek2013-01-051-0/+3
* Various fixes to clang-format's macro handling.Manuel Klimek2013-01-041-1/+5
* Fixes use of unescaped newlines when formatting preprocessor directives.Manuel Klimek2013-01-021-2/+10
* Let clang-format format itself.Daniel Jasper2012-12-241-1/+1
* Fix several formatting problems.Daniel Jasper2012-12-171-1/+1
* Appease -Wnon-virtual-dtorMatt Beaumont-Gay2012-12-071-0/+2
* Clang-format: extracted FormatTokenSource from UnwrappedLineParser.Alexander Kornienko2012-12-071-10/+7
* Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko2012-12-061-2/+6
* Clang-format: parse for and while loopsAlexander Kornienko2012-12-051-0/+1
* Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...Alexander Kornienko2012-12-051-1/+1
* Add missing destructors found with -Wnon-virtual-dtor.Daniel Jasper2012-12-041-0/+2
* Error recovery part 2Alexander Kornienko2012-12-041-3/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Initial version of formatting library.Daniel Jasper2012-12-031-0/+119
OpenPOWER on IntegriCloud