summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.h
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Fix various problems in formatting ObjC blocks.Daniel Jasper2013-12-231-1/+2
* Implemented GNU-style formatting for compound statements.Alexander Kornienko2013-12-121-0/+1
* Automatically munch semicolons after blocks.Manuel Klimek2013-10-121-1/+2
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-2/+24
* clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper2013-09-131-1/+1
* Unbreak build with libc++, whose std::list<T> requires T to be complete.Douglas Gregor2013-09-051-1/+4
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-051-4/+14
* Implement parsing of blocks (^{ ... }) in the unwrapped line parser.Manuel Klimek2013-09-041-0/+1
* First step towards correctly formatting lambdas.Manuel Klimek2013-09-031-0/+2
* clang-format: Add more options to namespace indentation.Daniel Jasper2013-07-311-1/+1
* Fix alignment of closing brace in braced initializers.Daniel Jasper2013-07-091-12/+0
* Reformat clang-format's source files after r185822 and others.Daniel Jasper2013-07-081-6/+4
* Moved FormatToken to a separate header.Alexander Kornienko2013-06-031-255/+1
* The second step in the token refactoring.Manuel Klimek2013-05-291-1/+193
* Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.Manuel Klimek2013-05-281-1/+6
* A first step towards giving format tokens pointer identity.Manuel Klimek2013-05-281-19/+6
* Remove unreachable returnDavid Blaikie2013-05-271-1/+0
* Major refactoring of BreakableToken.Manuel Klimek2013-05-271-6/+8
* Address post-review comment from dblakie.Manuel Klimek2013-05-271-1/+1
* Ignore contents of #if 0 blocks.Alexander Kornienko2013-05-241-1/+16
* Use a SourceRange for the whitespace location in FormatToken.Manuel Klimek2013-05-231-11/+4
* Fix no-assert compiles.Manuel Klimek2013-05-231-1/+4
* Expand parsing of braced init lists.Manuel Klimek2013-05-231-0/+25
* Remove diagnostics from clang-format.Daniel Jasper2013-05-151-6/+1
* Unified token breaking logic: support for line comments.Alexander Kornienko2013-04-171-1/+13
* Revamps structural error detection / handling.Manuel Klimek2013-04-121-3/+7
* Format a line if a range in its leading whitespace was selected.Daniel Jasper2013-03-041-2/+6
* Move the token annotator into separate files.Daniel Jasper2013-01-291-3/+0
* 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
OpenPOWER on IntegriCloud