aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/UnwrappedLineParser.cpp
AgeCommit message (Expand)Author
2013-01-10Introduce a define to switch on debug output.Manuel Klimek
2013-01-10Formatter: @optional and @required go on their own line.Nico Weber
2013-01-09Formatter: Add support for @implementation.Nico Weber
2013-01-09Formatter: Make parseObjCUntilAtEnd() actually work.Nico Weber
2013-01-09Formatting: Add support for @protocol.Nico Weber
2013-01-09Formatter: Add support for @interface.Nico Weber
2013-01-09Enables layouting unwrapped lines around preprocessor directives.Manuel Klimek
2013-01-08Change the data structure used in clang-format.Daniel Jasper
2013-01-07Formatter: Support @public/@protected/@package/@private.Nico Weber
2013-01-07Fix parsing of variable declarations directly after a class / struct.Manuel Klimek
2013-01-07s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.Manuel Klimek
2013-01-07Reformat clang-formats source code.Daniel Jasper
2013-01-07Fix incorrect FIXME.Manuel Klimek
2013-01-07Remove outdated FIXME and add explanation for error handling strategyManuel Klimek
2013-01-06Fixes handling of unbalances braces.Manuel Klimek
2013-01-05Fixes parsing of hash tokens in the middle of a line.Manuel Klimek
2013-01-05Fixes PR14801 - preprocessor directives shouldn't be indentedManuel Klimek
2013-01-05Fixes PR14811: Crash when formatting some macrosManuel Klimek
2013-01-04Various fixes to clang-format's macro handling.Manuel Klimek
2013-01-02Fixes use of unescaped newlines when formatting preprocessor directives.Manuel Klimek
2012-12-30Formatter: parse and format inline namespaces like regular namespacesDmitri Gribenko
2012-12-24Let clang-format format itself.Daniel Jasper
2012-12-17Fix several formatting problems.Daniel Jasper
2012-12-10Clang-format: error recovery for access specifiersAlexander Kornienko
2012-12-07Clang-format: extracted FormatTokenSource from UnwrappedLineParser.Alexander Kornienko
2012-12-06Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko
2012-12-06Clang-format: detect unbalanced braces.Alexander Kornienko
2012-12-05Clang-format: parse for and while loopsAlexander Kornienko
2012-12-05Indentation fixes for clang-format.Daniel Jasper
2012-12-05Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...Alexander Kornienko
2012-12-04Error recovery part 2Alexander Kornienko
2012-12-04Clang-format error recovery part 1Alexander Kornienko
2012-12-04Enum formatting implementationAlexander Kornienko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-03Initial version of formatting library.Daniel Jasper