summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revamps structural error detection / handling.Manuel Klimek2013-04-121-28/+27
* Fixes recovering from errors when parsing braced init lists.Manuel Klimek2013-04-101-0/+25
* Again macros without trailing semicolons: don't care about declaration context.Alexander Kornienko2013-04-091-3/+30
* Recognize function-like macro usages without semicolon in declaration context.Alexander Kornienko2013-04-081-9/+16
* Even better way to handle comments adjacent to preprocessor directives.Alexander Kornienko2013-04-031-3/+4
* Alternative handling of comments adjacent to preprocessor directives.Alexander Kornienko2013-04-021-1/+3
* Fixed handling of comments before preprocessor directives.Alexander Kornienko2013-03-281-0/+1
* Better fix for r177725.Daniel Jasper2013-03-221-2/+3
* Fix infinite-loop in unwrapped line parser.Daniel Jasper2013-03-201-1/+1
* Add extra indentation for multiline comparisons.Daniel Jasper2013-03-201-18/+12
* Don't remove all indentation when in #defines.Daniel Jasper2013-03-201-1/+1
* Fix indentation for case: // comment.Daniel Jasper2013-03-191-1/+1
* Remove whitespace at end of file.Daniel Jasper2013-03-011-3/+8
* Fix crash for incomplete labels in macros.Daniel Jasper2013-02-121-2/+2
* Get rid of manual debug output, now that the test runner supports it.Manuel Klimek2013-02-111-3/+0
* Fixes handling of empty lines in macros.Manuel Klimek2013-02-111-1/+2
* Formatter: Initial support for ObjC dictionary literals.Nico Weber2013-02-101-1/+16
* Reformat formatter code. No functionality change.Nico Weber2013-02-101-10/+9
* Fix handling of comments in macros.Manuel Klimek2013-02-061-3/+3
* Much semicolon after namespaces.Manuel Klimek2013-02-061-0/+4
* Parse record declarations with token pasted identifiers.Manuel Klimek2013-02-061-2/+4
* Never break inside something that was a preprocessor directive.Manuel Klimek2013-01-311-1/+1
* Move the token annotator into separate files.Daniel Jasper2013-01-291-3/+0
* Fix handling of macro definitions.Manuel Klimek2013-01-231-1/+2
* Fixes layouting regression and invalid-read.Manuel Klimek2013-01-231-1/+4
* Fixes incorrect handling of the declaration context stack.Manuel Klimek2013-01-231-2/+2
* Allow us to better guess the context of an unwrapped line.Manuel Klimek2013-01-231-14/+39
* Implements more principled comment parsing.Manuel Klimek2013-01-221-38/+56
* 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
OpenPOWER on IntegriCloud