index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Format
/
TokenAnnotator.h
Age
Commit message (
Expand
)
Author
2013-05-06
Change indentation when breaking after a type.
Daniel Jasper
2013-04-25
Improve clang-format's memoization behavior.
Daniel Jasper
2013-04-10
Fix labels with trailing comments and cleanup.
Daniel Jasper
2013-04-08
Revamp indentation behavior for complex binary expressions.
Daniel Jasper
2013-04-08
Revert accidental commit r179015.
Daniel Jasper
2013-04-08
x
Daniel Jasper
2013-04-03
Improve formatting of for loops and multi-variable DeclStmts.
Daniel Jasper
2013-03-27
Insert extra new line before access specifiers.
Alexander Kornienko
2013-03-14
Basic support for formatting asm() statments.
Daniel Jasper
2013-03-13
Added AnnotatedToken::isOneOf + a few other refactorings
Alexander Kornienko
2013-03-01
Normal indent for last element of builder-type call.
Daniel Jasper
2013-02-24
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-14
Fix counting of parameters so that r175162 works as expected.
Daniel Jasper
2013-02-14
Align superclasses for multiple inheritence.
Daniel Jasper
2013-02-11
Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
2013-02-11
Fix invalid formatting with spaces before trailing comments.
Daniel Jasper
2013-02-11
Fix formatting of overloaded operator definitions.
Daniel Jasper
2013-02-10
Formatter: Detect ObjC array literals.
Nico Weber
2013-02-08
Fix handling of fake parenthesis during formatting.
Daniel Jasper
2013-02-08
Implement a tiny expression parser to improve formatting decisions.
Daniel Jasper
2013-02-06
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-05
Initial support for formatting ObjC method declarations/calls.
Daniel Jasper
2013-02-04
Restructuring of token annotation for formatting.
Daniel Jasper
2013-01-29
Move the token annotator into separate files.
Daniel Jasper