summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.h
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-0/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* [clang-format] Fix clang-tidy readability problems, NFCIKrasimir Georgiev2018-04-231-1/+1
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-0/+2
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-1/+4
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-271-0/+2
* [clang-format] Fix typo in comment.Krasimir Georgiev2017-02-091-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* clang-format: [JS] FormatToken.startsSequence/endsSequence.Martin Probst2016-05-291-40/+2
* Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu2016-04-251-0/+25
* Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.Eric Liu2016-04-191-4/+13
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-181-0/+11
* clang-format: NFC. Add a function to test whether an annotated lineDaniel Jasper2015-06-171-1/+19
* clang-format: Always align */& in multi-var DeclStmts.Daniel Jasper2015-03-011-2/+3
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* clang-format: Fix crasher caused by incorrect resetting of token info.Daniel Jasper2015-01-211-0/+1
* clang-format: Fix use-heap-after-free bug.Daniel Jasper2015-01-211-5/+7
* clang-format: [JS] Support Closure's module statements.Daniel Jasper2014-11-231-4/+5
* clang-format: Use identifier table for keywords in other languages.Daniel Jasper2014-11-041-4/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* clang-format: Revamp function declaration/definition indentation.Daniel Jasper2014-07-091-3/+2
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-2/+2
* clang-format: Improve selective formatting of nested statements.Daniel Jasper2013-11-281-1/+4
* clang-format: Refactor calculation of lines intersecting with -lines.Daniel Jasper2013-11-251-1/+10
* clang-format: Improve formatting of constructor initializers.Daniel Jasper2013-11-071-1/+2
* clang-format: Properly reset nested AnnotatedLine structure.Daniel Jasper2013-10-241-0/+1
* Fixes PR17617: Crash on joining short if statements.Manuel Klimek2013-10-211-0/+6
* clang-format: Don't accidentally move tokens into preprocessor directive.Daniel Jasper2013-09-171-0/+2
* clang-format: Fix comment formatting bugs in nested blocks.Daniel Jasper2013-09-061-1/+6
* Address post-commit review comments from r190038.Daniel Jasper2013-09-051-1/+0
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-051-5/+27
* clang-format: Revamp builder-type call formatting.Daniel Jasper2013-08-271-1/+0
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-7/+2
* The second step in the token refactoring.Manuel Klimek2013-05-291-191/+11
* Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.Manuel Klimek2013-05-281-9/+9
* Initial support for designated initializers.Daniel Jasper2013-05-281-0/+1
* Clean up formatting of function types.Daniel Jasper2013-05-281-6/+3
* Formatter/ObjC: In dictionary literals, break after ':', not before it.Nico Weber2013-05-261-0/+1
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-3/+10
* Cut-off clang-format analysis.Daniel Jasper2013-05-221-15/+1
* Fix uninitialized value bug found by valgrind.Daniel Jasper2013-05-141-4/+5
* Fix bug when formatting overloaded operators.Daniel Jasper2013-05-101-0/+1
* Fix formatting of pointers to members.Daniel Jasper2013-05-081-1/+4
* Change indentation when breaking after a type.Daniel Jasper2013-05-061-3/+5
* Improve clang-format's memoization behavior.Daniel Jasper2013-04-251-1/+14
* Fix labels with trailing comments and cleanup.Daniel Jasper2013-04-101-11/+14
* Revamp indentation behavior for complex binary expressions.Daniel Jasper2013-04-081-3/+14
* Revert accidental commit r179015.Daniel Jasper2013-04-081-6/+3
* xDaniel Jasper2013-04-081-3/+6
* Improve formatting of for loops and multi-variable DeclStmts.Daniel Jasper2013-04-031-2/+7
OpenPOWER on IntegriCloud