Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
00895106f9ed602af67984ec4d225a0cdc8c12af
/
lib
/
Format
/
TokenAnnotator.h
0089510
UTF-8 support for clang-format.
by Alexander Kornienko
· 12 years ago
b398701
The second step in the token refactoring.
by Manuel Klimek
· 12 years ago
dcb3f2a
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
by Manuel Klimek
· 12 years ago
5ad390d
Initial support for designated initializers.
by Daniel Jasper
· 12 years ago
431f591
Clean up formatting of function types.
by Daniel Jasper
· 12 years ago
f2ff812
Formatter/ObjC: In dictionary literals, break after ':', not before it.
by Nico Weber
· 12 years ago
e573c3f
Makes whitespace management more consistent.
by Manuel Klimek
· 12 years ago
54b4e44
Cut-off clang-format analysis.
by Daniel Jasper
· 12 years ago
089f78d
Fix uninitialized value bug found by valgrind.
by Daniel Jasper
· 12 years ago
6ea933c
Fix bug when formatting overloaded operators.
by Daniel Jasper
· 12 years ago
395228f
Fix formatting of pointers to members.
by Daniel Jasper
· 12 years ago
53e72cd
Change indentation when breaking after a type.
by Daniel Jasper
· 12 years ago
fca24bc
Improve clang-format's memoization behavior.
by Daniel Jasper
· 12 years ago
ac3223e
Fix labels with trailing comments and cleanup.
by Daniel Jasper
· 12 years ago
bf71ba2
Revamp indentation behavior for complex binary expressions.
by Daniel Jasper
· 12 years ago
65622aa
Revert accidental commit r179015.
by Daniel Jasper
· 12 years ago
c4ff769
x
by Daniel Jasper
· 12 years ago
8ed9f2b
Improve formatting of for loops and multi-variable DeclStmts.
by Daniel Jasper
· 12 years ago
94b748f
Insert extra new line before access specifiers.
by Alexander Kornienko
· 12 years ago
923ebef
Basic support for formatting asm() statments.
by Daniel Jasper
· 12 years ago
e74de28
Added AnnotatedToken::isOneOf + a few other refactorings
by Alexander Kornienko
· 12 years ago
2484971
Normal indent for last element of builder-type call.
by Daniel Jasper
· 12 years ago
3c08a81
Allow breaking between a type and name in variable declarations.
by Daniel Jasper
· 12 years ago
9fc56f2
Fix counting of parameters so that r175162 works as expected.
by Daniel Jasper
· 12 years ago
6cabab4
Align superclasses for multiple inheritence.
by Daniel Jasper
· 12 years ago
c2e6d2a
Formatter: Detect ObjC message expressions after 'in' in loop
by Nico Weber
· 12 years ago
729a743
Fix invalid formatting with spaces before trailing comments.
by Daniel Jasper
· 12 years ago
2b4c924
Fix formatting of overloaded operator definitions.
by Daniel Jasper
· 12 years ago
051860e
Formatter: Detect ObjC array literals.
by Nico Weber
· 12 years ago
087387a
Fix handling of fake parenthesis during formatting.
by Daniel Jasper
· 13 years ago
29f123b
Implement a tiny expression parser to improve formatting decisions.
by Daniel Jasper
· 13 years ago
8ff690a
Optionally derive formatting information from the input file.
by Daniel Jasper
· 13 years ago
63d7ced
Initial support for formatting ObjC method declarations/calls.
by Daniel Jasper
· 13 years ago
0178673
Restructuring of token annotation for formatting.
by Daniel Jasper
· 13 years ago
32d28ee
Move the token annotator into separate files.
by Daniel Jasper
· 13 years ago