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-05-06
Don't break comments after includes.
Daniel Jasper
2013-05-06
Change indentation when breaking after a type.
Daniel Jasper
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
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-05-03
[Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...
Argyrios Kyrtzidis
2013-05-03
Add space between ; and (.
Daniel Jasper
2013-05-03
Fix expression recognition in for-loops.
Daniel Jasper
2013-04-30
When deducing an 'auto' type, don't modify the type-as-written.
Richard Smith
2013-04-25
Improve clang-format's memoization behavior.
Daniel Jasper
2013-04-25
Add option to align escaped newlines left.
Daniel Jasper
2013-04-24
Fix comment alignment behavior.
Daniel Jasper
2013-04-23
Fix formatting of complex #if expressions.
Daniel Jasper
2013-04-22
Fix bin-packing behavior of constructor initialziers.
Daniel Jasper
2013-04-17
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-15
Break after multiline parameters.
Daniel Jasper
2013-04-15
Unified token breaking logic for strings and block comments.
Alexander Kornienko
2013-04-12
Revamps structural error detection / handling.
Manuel Klimek
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
Fixes recovering from errors when parsing braced init lists.
Manuel Klimek
2013-04-10
Fix labels with trailing comments and cleanup.
Daniel Jasper
2013-04-09
Adding new AST Matchers isVirtual and isOverride
Edwin Vane
2013-04-09
Fix comments before labels.
Daniel Jasper
2013-04-09
Again macros without trailing semicolons: don't care about declaration context.
Alexander Kornienko
2013-04-08
Recognize function-like macro usages without semicolon in declaration context.
Alexander Kornienko
2013-04-08
Revamp indentation behavior for complex binary expressions.
Daniel Jasper
2013-04-08
Add matcher for NamespaceDecls.
Daniel Jasper
2013-04-08
Revert accidental commit r179015.
Daniel Jasper
2013-04-08
x
Daniel Jasper
2013-04-05
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
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-05
Improve formatting of multi-variable DeclStmts.
Daniel Jasper
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
[next]