summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Indentation fixes for clang-format.Daniel Jasper2012-12-051-0/+6
* Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...Alexander Kornienko2012-12-051-1/+2
* Error recovery part 2Alexander Kornienko2012-12-041-7/+10
* Clang-format error recovery part 1Alexander Kornienko2012-12-041-2/+10
* Enum formatting implementationAlexander Kornienko2012-12-041-27/+53
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Initial version of formatting library.Daniel Jasper2012-12-031-0/+341
OpenPOWER on IntegriCloud