index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Format
/
TokenAnnotator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Improve selective formatting of nested statements.
Daniel Jasper
2013-11-28
1
-1
/
+4
*
clang-format: Refactor calculation of lines intersecting with -lines.
Daniel Jasper
2013-11-25
1
-1
/
+10
*
clang-format: Improve formatting of constructor initializers.
Daniel Jasper
2013-11-07
1
-1
/
+2
*
clang-format: Properly reset nested AnnotatedLine structure.
Daniel Jasper
2013-10-24
1
-0
/
+1
*
Fixes PR17617: Crash on joining short if statements.
Manuel Klimek
2013-10-21
1
-0
/
+6
*
clang-format: Don't accidentally move tokens into preprocessor directive.
Daniel Jasper
2013-09-17
1
-0
/
+2
*
clang-format: Fix comment formatting bugs in nested blocks.
Daniel Jasper
2013-09-06
1
-1
/
+6
*
Address post-commit review comments from r190038.
Daniel Jasper
2013-09-05
1
-1
/
+0
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-5
/
+27
*
clang-format: Revamp builder-type call formatting.
Daniel Jasper
2013-08-27
1
-1
/
+0
*
UTF-8 support for clang-format.
Alexander Kornienko
2013-06-05
1
-7
/
+2
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-191
/
+11
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-9
/
+9
*
Initial support for designated initializers.
Daniel Jasper
2013-05-28
1
-0
/
+1
*
Clean up formatting of function types.
Daniel Jasper
2013-05-28
1
-6
/
+3
*
Formatter/ObjC: In dictionary literals, break after ':', not before it.
Nico Weber
2013-05-26
1
-0
/
+1
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-3
/
+10
*
Cut-off clang-format analysis.
Daniel Jasper
2013-05-22
1
-15
/
+1
*
Fix uninitialized value bug found by valgrind.
Daniel Jasper
2013-05-14
1
-4
/
+5
*
Fix bug when formatting overloaded operators.
Daniel Jasper
2013-05-10
1
-0
/
+1
*
Fix formatting of pointers to members.
Daniel Jasper
2013-05-08
1
-1
/
+4
*
Change indentation when breaking after a type.
Daniel Jasper
2013-05-06
1
-3
/
+5
*
Improve clang-format's memoization behavior.
Daniel Jasper
2013-04-25
1
-1
/
+14
*
Fix labels with trailing comments and cleanup.
Daniel Jasper
2013-04-10
1
-11
/
+14
*
Revamp indentation behavior for complex binary expressions.
Daniel Jasper
2013-04-08
1
-3
/
+14
*
Revert accidental commit r179015.
Daniel Jasper
2013-04-08
1
-6
/
+3
*
x
Daniel Jasper
2013-04-08
1
-3
/
+6
*
Improve formatting of for loops and multi-variable DeclStmts.
Daniel Jasper
2013-04-03
1
-2
/
+7
*
Insert extra new line before access specifiers.
Alexander Kornienko
2013-03-27
1
-0
/
+14
*
Basic support for formatting asm() statments.
Daniel Jasper
2013-03-14
1
-0
/
+1
*
Added AnnotatedToken::isOneOf + a few other refactorings
Alexander Kornienko
2013-03-13
1
-0
/
+21
*
Normal indent for last element of builder-type call.
Daniel Jasper
2013-03-01
1
-1
/
+4
*
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-24
1
-2
/
+5
*
Fix counting of parameters so that r175162 works as expected.
Daniel Jasper
2013-02-14
1
-1
/
+1
*
Align superclasses for multiple inheritence.
Daniel Jasper
2013-02-14
1
-0
/
+1
*
Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
2013-02-11
1
-2
/
+7
*
Fix invalid formatting with spaces before trailing comments.
Daniel Jasper
2013-02-11
1
-2
/
+2
*
Fix formatting of overloaded operator definitions.
Daniel Jasper
2013-02-11
1
-1
/
+1
*
Formatter: Detect ObjC array literals.
Nico Weber
2013-02-10
1
-1
/
+2
*
Fix handling of fake parenthesis during formatting.
Daniel Jasper
2013-02-08
1
-1
/
+1
*
Implement a tiny expression parser to improve formatting decisions.
Daniel Jasper
2013-02-08
1
-1
/
+7
*
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-06
1
-11
/
+11
*
Initial support for formatting ObjC method declarations/calls.
Daniel Jasper
2013-02-05
1
-1
/
+7
*
Restructuring of token annotation for formatting.
Daniel Jasper
2013-02-04
1
-39
/
+7
*
Move the token annotator into separate files.
Daniel Jasper
2013-01-29
1
-0
/
+228