summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in LineState comparison function.Daniel Jasper2013-02-191-13/+13
* Improve indentation of builder type calls.Daniel Jasper2013-02-181-0/+3
* Reformat lines if they were "moved around".Daniel Jasper2013-02-181-1/+3
* Always break after multi-line string literals.Daniel Jasper2013-02-181-0/+1
* Prevent line breaks that make stuff hard to read.Daniel Jasper2013-02-181-0/+15
* Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.Daniel Jasper2013-02-151-0/+3
* Prevent only breaking before "?" in conditional expressions.Daniel Jasper2013-02-151-1/+12
* Reduce penalty for breaking before ./-> after complex calls.Daniel Jasper2013-02-141-4/+3
* Remove the trailing whitespace of formatted lines.Daniel Jasper2013-02-141-13/+21
* Get less confused by trailing comma in Google style.Daniel Jasper2013-02-141-1/+2
* Align superclasses for multiple inheritence.Daniel Jasper2013-02-141-0/+4
* Allow breaking after the return type in function declarations.Daniel Jasper2013-02-131-5/+6
* Fix comment alignment close to the column limit.Daniel Jasper2013-02-131-1/+1
* Pull search state out as class members.Manuel Klimek2013-02-131-17/+13
* An attempt to make the search algorithm easier to understand.Manuel Klimek2013-02-131-49/+86
* Fix bug in the adjustment to existing lines.Daniel Jasper2013-02-121-6/+9
* Formatter: Detect ObjC message expressions after 'in' in loopNico Weber2013-02-111-1/+4
* Get rid of manual debug output, now that the test runner supports it.Manuel Klimek2013-02-111-3/+0
* Fix invalid formatting with spaces before trailing comments.Daniel Jasper2013-02-111-4/+2
* Fixes handling of empty lines in macros.Manuel Klimek2013-02-111-3/+4
* Fix indentation-detection at indent level 0.Manuel Klimek2013-02-081-2/+2
* Takes the context into account when re-indenting regions.Manuel Klimek2013-02-081-25/+62
* Implement a tiny expression parser to improve formatting decisions.Daniel Jasper2013-02-081-36/+41
* Avoid unnecessary line breaks in nested ObjC calls.Daniel Jasper2013-02-081-16/+39
* Fix bug in the alignment of comments.Daniel Jasper2013-02-061-1/+4
* Align trailing block comments like trailing line comments.Daniel Jasper2013-02-061-8/+7
* Fix formatting of ObjC method calls.Daniel Jasper2013-02-061-1/+1
* Fix a formatting bug caused by comments in expressions.Daniel Jasper2013-02-061-0/+1
* Optionally derive formatting information from the input file.Daniel Jasper2013-02-061-7/+50
* Initial support for formatting ObjC method declarations/calls.Daniel Jasper2013-02-051-1/+31
* Fix some linebreak decisions in Google format.Daniel Jasper2013-02-051-8/+10
* Improve handling of trailing block commentsDaniel Jasper2013-02-041-3/+7
* Improve handling of trailing block comments.Daniel Jasper2013-02-041-1/+2
* Fix an error in formatting of for-loops.Daniel Jasper2013-02-041-2/+4
* Restructuring of token annotation for formatting.Daniel Jasper2013-02-041-15/+15
* Fix bug in formatting of nested initializers.Daniel Jasper2013-02-031-1/+0
* Hopefully fix windows build due to non-standard pair implementation.Daniel Jasper2013-02-011-1/+1
* Revamp of the basic layouting algorithm in clang-format.Daniel Jasper2013-02-011-117/+122
* Several improvements to the formatting of static initializers.Daniel Jasper2013-01-311-11/+39
* Don't generate no-op replacements.Daniel Jasper2013-01-301-0/+5
* Move the token annotator into separate files.Daniel Jasper2013-01-291-1030/+1
* Improve formatting of code with comments.Daniel Jasper2013-01-291-6/+5
* Allow all parameters on next line for function calls in Chrome.Daniel Jasper2013-01-291-5/+6
* Split ">>" in "A<B<C> >" in Chromium style.Daniel Jasper2013-01-291-0/+1
* Fix uninitialized error caused by r173801.Daniel Jasper2013-01-291-2/+3
* Calculate the split penalty upfront.Daniel Jasper2013-01-291-55/+60
* Fix a comment and reformat clang-format with clang-formatDaniel Jasper2013-01-291-43/+44
* Initial support for multiple variable declarations.Daniel Jasper2013-01-291-15/+15
* Reverting changes from r173785 (removing empty lines before "}").Daniel Jasper2013-01-291-2/+0
* Remove empty lines before "}".Daniel Jasper2013-01-291-0/+2
OpenPOWER on IntegriCloud