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
Age
Commit message (
Expand
)
Author
2013-01-23
Removing the penalty for breaking after "=".
Daniel Jasper
2013-01-23
Fix another regression for pointer types.
Daniel Jasper
2013-01-23
Fix regression in formatting pointer types.
Daniel Jasper
2013-01-23
Fixes incorrect handling of the declaration context stack.
Manuel Klimek
2013-01-23
Fix segfaults in the formatter.
Manuel Klimek
2013-01-23
Add option to allow putting all parameters onto the next line.
Daniel Jasper
2013-01-23
Allow us to better guess the context of an unwrapped line.
Manuel Klimek
2013-01-22
Implements more principled comment parsing.
Manuel Klimek
2013-01-22
Let the formatter be more restrictive for breaking around . and ->
Daniel Jasper
2013-01-22
Fix "*" formatting when creating arrays of pointers.
Daniel Jasper
2013-01-21
Remove "incorrect" aligning of trailing comments.
Daniel Jasper
2013-01-21
Formatter: Set MatchingParen for [], to match <>, (), {}. No functionality ch...
Nico Weber
2013-01-21
Formatter: Rename LSquare to Left to make parseSquare() more consistent with ...
Nico Weber
2013-01-21
Fixes various problems around enum parsing.
Manuel Klimek
2013-01-21
Fixes formatting of empty blocks.
Manuel Klimek
2013-01-21
Fix parsing of templated declarations.
Daniel Jasper
2013-01-21
Fixes indent in linkage specification blocks.
Manuel Klimek
2013-01-21
Fix bug discovered by valgrind.
Daniel Jasper
2013-01-21
Fixes detection of class template specializations.
Manuel Klimek
2013-01-21
Allow for nested name specifiers in record declarations.
Manuel Klimek
2013-01-21
Fix parsing of return statements.
Manuel Klimek
2013-01-19
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-18
Fix comment.
Manuel Klimek
2013-01-18
Fixes issues around pulling in the next line in simple if statements.
Manuel Klimek
2013-01-18
Fixes problems with line merging in the face of preprocessor directives.
Manuel Klimek
2013-01-18
Reduce penalty for splitting between ")" and ".".
Daniel Jasper
2013-01-18
Also align trailing line comments in include directives.
Daniel Jasper
2013-01-18
Let the formatter align trailing line comments where possible.
Daniel Jasper
2013-01-18
Formatter: After case blocks, "break" goes on the same line as the "}", PR14907.
Nico Weber
2013-01-18
Formatter: The contents of @selector() should be formatted as a selector.
Nico Weber
2013-01-17
Formatter: Get bit tests in ifs right.
Nico Weber
2013-01-17
Allow breaking after the trailing const after a function declaration.
Daniel Jasper
2013-01-17
Improve handling of comments in static initializers.
Daniel Jasper
2013-01-17
Revert most of r172140.
Nico Weber
2013-01-16
Fix a bug where we would move a following line into a comment.
Daniel Jasper
2013-01-16
Fix parsing error in conditional expressions.
Daniel Jasper
2013-01-16
Improve understanding of unary operators.
Daniel Jasper
2013-01-16
Disable inlining of short ifs in Google style.
Daniel Jasper
2013-01-16
Add option to avoid "bin-packing" of parameters.
Daniel Jasper
2013-01-16
Add debugging support for split penalties.
Manuel Klimek
2013-01-16
Use standard llvm Debug.h support for debugging output.
Manuel Klimek
2013-01-16
Clang Format: Handle missing semicolon
Alexander Kornienko
2013-01-16
Calculate the total length of a line up to each token up front.
Daniel Jasper
2013-01-16
Change the datastructure for UnwrappedLines.
Daniel Jasper
2013-01-16
Never merge < and ::, as it produces different tokens.
Daniel Jasper
2013-01-16
Remove errors were if statements were incorrectly put on a single line.
Daniel Jasper
2013-01-15
Do not traverse the break-state when we know we cannot break anyway.
Manuel Klimek
2013-01-15
Fix formatting of preprocessor directives (incluces, warnings & errors).
Manuel Klimek
2013-01-15
Improve operator kind detection in presence of comments.
Daniel Jasper
2013-01-15
Fixes various bugs around the keywords class, struct and union.
Manuel Klimek
[prev]
[next]