]> granicus.if.org Git - clang/history - lib/Format/TokenAnnotator.h
Header guard canonicalization, clang part.
[clang] / lib / Format / TokenAnnotator.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-07-09 Daniel Jasperclang-format: Revamp function declaration/definition...
2014-05-09 Craig Topper[C++11] Use 'nullptr'.
2013-11-28 Daniel Jasperclang-format: Improve selective formatting of nested...
2013-11-25 Daniel Jasperclang-format: Refactor calculation of lines intersectin...
2013-11-07 Daniel Jasperclang-format: Improve formatting of constructor initial...
2013-10-24 Daniel Jasperclang-format: Properly reset nested AnnotatedLine struc...
2013-10-21 Manuel KlimekFixes PR17617: Crash on joining short if statements.
2013-09-17 Daniel Jasperclang-format: Don't accidentally move tokens into prepr...
2013-09-06 Daniel Jasperclang-format: Fix comment formatting bugs in nested...
2013-09-05 Daniel JasperAddress post-commit review comments from r190038.
2013-09-05 Daniel Jasperclang-format: Enable formatting of nested blocks.
2013-08-27 Daniel Jasperclang-format: Revamp builder-type call formatting.
2013-06-05 Alexander KornienkoUTF-8 support for clang-format.
2013-05-29 Manuel KlimekThe second step in the token refactoring.
2013-05-28 Manuel KlimekMake UnwrappedLines and AnnotatedToken contain pointers...
2013-05-28 Daniel JasperInitial support for designated initializers.
2013-05-28 Daniel JasperClean up formatting of function types.
2013-05-26 Nico WeberFormatter/ObjC: In dictionary literals, break after...
2013-05-22 Manuel KlimekMakes whitespace management more consistent.
2013-05-22 Daniel JasperCut-off clang-format analysis.
2013-05-14 Daniel JasperFix uninitialized value bug found by valgrind.
2013-05-10 Daniel JasperFix bug when formatting overloaded operators.
2013-05-08 Daniel JasperFix formatting of pointers to members.
2013-05-06 Daniel JasperChange indentation when breaking after a type.
2013-04-25 Daniel JasperImprove clang-format's memoization behavior.
2013-04-10 Daniel JasperFix labels with trailing comments and cleanup.
2013-04-08 Daniel JasperRevamp indentation behavior for complex binary expressions.
2013-04-08 Daniel JasperRevert accidental commit r179015.
2013-04-08 Daniel Jasperx
2013-04-03 Daniel JasperImprove formatting of for loops and multi-variable...
2013-03-27 Alexander KornienkoInsert extra new line before access specifiers.
2013-03-14 Daniel JasperBasic support for formatting asm() statments.
2013-03-13 Alexander KornienkoAdded AnnotatedToken::isOneOf + a few other refactorings
2013-03-01 Daniel JasperNormal indent for last element of builder-type call.
2013-02-24 Daniel JasperAllow breaking between a type and name in variable...
2013-02-14 Daniel JasperFix counting of parameters so that r175162 works as...
2013-02-14 Daniel JasperAlign superclasses for multiple inheritence.
2013-02-11 Nico WeberFormatter: Detect ObjC message expressions after 'in...
2013-02-11 Daniel JasperFix invalid formatting with spaces before trailing...
2013-02-11 Daniel JasperFix formatting of overloaded operator definitions.
2013-02-10 Nico WeberFormatter: Detect ObjC array literals.
2013-02-08 Daniel JasperFix handling of fake parenthesis during formatting.
2013-02-08 Daniel JasperImplement a tiny expression parser to improve formattin...
2013-02-06 Daniel JasperOptionally derive formatting information from the input...
2013-02-05 Daniel JasperInitial support for formatting ObjC method declarations...
2013-02-04 Daniel JasperRestructuring of token annotation for formatting.
2013-01-29 Daniel JasperMove the token annotator into separate files.