aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/TokenAnnotator.h
AgeCommit message (Expand)Author
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-23[clang-format] Fix clang-tidy readability problems, NFCIKrasimir Georgiev
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-02-27[clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev
2017-02-09[clang-format] Fix typo in comment.Krasimir Georgiev
2016-07-18[NFC] Header cleanupMehdi Amini
2016-05-29clang-format: [JS] FormatToken.startsSequence/endsSequence.Martin Probst
2016-04-25Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu
2016-04-19Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.Eric Liu
2015-12-18Support AlwaysBreakAfterReturnTypeZachary Turner
2015-06-17clang-format: NFC. Add a function to test whether an annotated lineDaniel Jasper
2015-03-01clang-format: Always align */& in multi-var DeclStmts.Daniel Jasper
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman
2015-01-21clang-format: Fix crasher caused by incorrect resetting of token info.Daniel Jasper
2015-01-21clang-format: Fix use-heap-after-free bug.Daniel Jasper
2014-11-23clang-format: [JS] Support Closure's module statements.Daniel Jasper
2014-11-04clang-format: Use identifier table for keywords in other languages.Daniel Jasper
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-07-09clang-format: Revamp function declaration/definition indentation.Daniel Jasper
2014-05-09[C++11] Use 'nullptr'.Craig Topper
2013-11-28clang-format: Improve selective formatting of nested statements.Daniel Jasper
2013-11-25clang-format: Refactor calculation of lines intersecting with -lines.Daniel Jasper
2013-11-07clang-format: Improve formatting of constructor initializers.Daniel Jasper
2013-10-24clang-format: Properly reset nested AnnotatedLine structure.Daniel Jasper
2013-10-21Fixes PR17617: Crash on joining short if statements.Manuel Klimek
2013-09-17clang-format: Don't accidentally move tokens into preprocessor directive.Daniel Jasper
2013-09-06clang-format: Fix comment formatting bugs in nested blocks.Daniel Jasper
2013-09-05Address post-commit review comments from r190038.Daniel Jasper
2013-09-05clang-format: Enable formatting of nested blocks.Daniel Jasper
2013-08-27clang-format: Revamp builder-type call formatting.Daniel Jasper
2013-06-05UTF-8 support for clang-format.Alexander Kornienko
2013-05-29The second step in the token refactoring.Manuel Klimek
2013-05-28Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.Manuel Klimek
2013-05-28Initial support for designated initializers.Daniel Jasper
2013-05-28Clean up formatting of function types.Daniel Jasper
2013-05-26Formatter/ObjC: In dictionary literals, break after ':', not before it.Nico Weber
2013-05-22Makes whitespace management more consistent.Manuel Klimek
2013-05-22Cut-off clang-format analysis.Daniel Jasper
2013-05-14Fix uninitialized value bug found by valgrind.Daniel Jasper
2013-05-10Fix bug when formatting overloaded operators.Daniel Jasper
2013-05-08Fix formatting of pointers to members.Daniel Jasper
2013-05-06Change indentation when breaking after a type.Daniel Jasper
2013-04-25Improve clang-format's memoization behavior.Daniel Jasper
2013-04-10Fix labels with trailing comments and cleanup.Daniel Jasper
2013-04-08Revamp indentation behavior for complex binary expressions.Daniel Jasper
2013-04-08Revert accidental commit r179015.Daniel Jasper
2013-04-08xDaniel Jasper
2013-04-03Improve formatting of for loops and multi-variable DeclStmts.Daniel Jasper