index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
2013-04-03
Improve formatting of for loops and multi-variable DeclStmts.
Daniel Jasper
2013-04-03
Even better way to handle comments adjacent to preprocessor directives.
Alexander Kornienko
2013-04-02
Adding a hasLocalQualifiers() AST Matcher.
Edwin Vane
2013-04-02
Fix some inconsistent use of indentation.
Daniel Jasper
2013-04-02
Alternative handling of comments adjacent to preprocessor directives.
Alexander Kornienko
2013-04-01
Adding parenType() and innerType() AST Matchers
Edwin Vane
2013-04-01
Improve formatting of function types.
Daniel Jasper
2013-03-28
Fixed handling of comments before preprocessor directives.
Alexander Kornienko
2013-03-27
Insert extra new line before access specifiers.
Alexander Kornienko
2013-03-27
Split line comments
Alexander Kornienko
2013-03-22
Better fix for r177725.
Daniel Jasper
2013-03-22
Align comments to surrounding unformatted comments.
Daniel Jasper
2013-03-22
More precisely recognize ObjC method declarations.
Daniel Jasper
2013-03-22
Make clang-format understand more line comments.
Daniel Jasper
2013-03-21
Better block comment formatting.
Alexander Kornienko
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
Support for pointers-to-members usage via .*
Alexander Kornienko
2013-03-20
Remove assertion that can be triggered on bad input.
Daniel Jasper
2013-03-20
Fix infinite-loop in unwrapped line parser.
Daniel Jasper
2013-03-20
Do not consider comments when adjusting to local indent style.
Daniel Jasper
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
Don't remove all indentation when in #defines.
Daniel Jasper
2013-03-20
Improve formatting of function types in template parameters.
Daniel Jasper
2013-03-19
Fix indentation for case: // comment.
Daniel Jasper
2013-03-19
Split long lines in multi-line comments.
Alexander Kornienko
2013-03-18
Fix clang-format segfault.
Daniel Jasper
2013-03-15
Improve formatting of chained calls.
Daniel Jasper
2013-03-15
Indent all lines in a multi-line comment by the same amount.
Alexander Kornienko
2013-03-14
Implements memoization for ancestor matching.
Manuel Klimek
2013-03-14
Multi-line comment alignment
Alexander Kornienko
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 comment indentation before labels.
Daniel Jasper
2013-03-13
Fix formatting issue with builder-type calls.
Daniel Jasper
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-08
Fixes breaking of string literals.
Manuel Klimek
2013-03-07
Remove unncessary whitespace when triggered on empty line.
Daniel Jasper
2013-03-07
Adding lvalue and rvalue reference type matchers
Edwin Vane
2013-03-06
New ASTMatchers and enhancement to hasOverloadedOperatorName
Edwin Vane
2013-03-04
Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
2013-03-04
Make sure to not split string literals at the first character.
Manuel Klimek
2013-03-04
hasQualifer() matcher should return false if there's no qualifier
Edwin Vane
2013-03-04
Format a line if a range in its leading whitespace was selected.
Daniel Jasper
2013-03-02
CommandLineArgumentParser: handle single quotes.
Peter Collingbourne
[next]