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.cpp
Age
Commit message (
Expand
)
Author
2013-05-06
Break the class-inheritance ":" to the new line.
Daniel Jasper
2013-05-06
Don't put a space before ellipsis.
Daniel Jasper
2013-05-03
Add space between ; and (.
Daniel Jasper
2013-05-03
Fix expression recognition in for-loops.
Daniel Jasper
2013-04-25
Improve clang-format's memoization behavior.
Daniel Jasper
2013-04-23
Fix formatting of complex #if expressions.
Daniel Jasper
2013-04-11
Change clang-format's affinity for breaking after return types.
Daniel Jasper
2013-04-11
Fix formatting of overloaded assignment operators.
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-05
Allow breaking after 'class' for classes with looong names.
Daniel Jasper
2013-04-05
Fix bad formatting of overloaded operator definitions.
Daniel Jasper
2013-04-03
Improve formatting of for loops and multi-variable DeclStmts.
Daniel Jasper
2013-04-01
Improve formatting of function types.
Daniel Jasper
2013-03-22
Better fix for r177725.
Daniel Jasper
2013-03-22
More precisely recognize ObjC method declarations.
Daniel Jasper
2013-03-20
Support for pointers-to-members usage via .*
Alexander Kornienko
2013-03-20
Reduce penalty for breaks after "(" for functions with parameters.
Daniel Jasper
2013-03-20
Add extra indentation for multiline comparisons.
Daniel Jasper
2013-03-20
Improve formatting of function types in template parameters.
Daniel Jasper
2013-03-18
Fix clang-format segfault.
Daniel Jasper
2013-03-14
Slightly improve formatting of longer pipe statements.
Daniel Jasper
2013-03-14
Basic support for formatting asm() statments.
Daniel Jasper
2013-03-14
Fix dereference formatting in for-loops.
Daniel Jasper
2013-03-14
Improve formatting of trailing annotations.
Daniel Jasper
2013-03-13
Fix incorrect cast identification.
Daniel Jasper
2013-03-13
Fix formatting issue with builder-type calls.
Daniel Jasper
2013-03-13
Added AnnotatedToken::isOneOf + a few other refactorings
Alexander Kornienko
2013-03-13
Fix formatting of new arrays of pointers.
Daniel Jasper
2013-03-12
Implemented formatting of rvalue references
Alexander Kornienko
2013-03-12
Remove bad space after "default".
Daniel Jasper
2013-03-01
Correctly format arrays of pointers and function types.
Daniel Jasper
2013-03-01
Normal indent for last element of builder-type call.
Daniel Jasper
2013-02-28
Reduce penalty for splitting after "{" in static initializers.
Daniel Jasper
2013-02-28
Dont break between (( in __attribute__((.
Daniel Jasper
2013-02-28
No spaces around pointers to members.
Daniel Jasper
2013-02-28
Fix spacing after binary operator as macro parameter.
Daniel Jasper
2013-02-27
Fix formatting of multiplications in array subscripts.
Daniel Jasper
2013-02-26
Fix bad line break decision.
Daniel Jasper
2013-02-26
In range-based for-loops, prefer splitting after ":".
Daniel Jasper
2013-02-26
Only keep empty lines in unwrapped lines if they preceed a line comment.
Daniel Jasper
2013-02-24
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-23
Better formatting of conditional expressions.
Daniel Jasper
2013-02-23
Don't recognize unnamed pointer parameters as casts.
Daniel Jasper
2013-02-23
Allow splitting between string literals and identifiers.
Daniel Jasper
2013-02-21
Remove accidentally introduced no-op line.
Daniel Jasper
2013-02-21
Consistently put {} onto the same line for empty functions.
Daniel Jasper
2013-02-21
Allow breaking between type and name in for loops.
Daniel Jasper
[next]