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-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
2013-02-20
Fix regression in string literal alignment.
Manuel Klimek
2013-02-20
Fixes bug in string literal alignment.
Manuel Klimek
2013-02-20
Don't remove blank lines within unwrapped lines.
Daniel Jasper
2013-02-20
Implements breaking of string literals if they stick out.
Manuel Klimek
2013-02-19
Add missing clang-format null pointer check..
Daniel Jasper
2013-02-19
Correctly format macro with unfinished template declaration.
Daniel Jasper
2013-02-19
Fix bug in LineState comparison function.
Daniel Jasper
2013-02-18
Improve indentation of builder type calls.
Daniel Jasper
2013-02-18
Improve formatting of builder-type calls.
Daniel Jasper
2013-02-18
Reformat lines if they were "moved around".
Daniel Jasper
2013-02-18
Correctly determine */& usage in more cases.
Daniel Jasper
2013-02-18
Always break after multi-line string literals.
Daniel Jasper
2013-02-18
Prevent line breaks that make stuff hard to read.
Daniel Jasper
2013-02-16
Use the correct type to hold enumeration values
Dmitri Gribenko
2013-02-15
Recognize < and > as binary expressions in builder-type calls.
Daniel Jasper
2013-02-15
Done break between 'operator' and '<<'.
Daniel Jasper
2013-02-15
Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.
Daniel Jasper
2013-02-15
Prevent only breaking before "?" in conditional expressions.
Daniel Jasper
2013-02-14
Fix counting of parameters so that r175162 works as expected.
Daniel Jasper
2013-02-14
Reduce penalty for breaking before ./-> after complex calls.
Daniel Jasper
2013-02-14
Remove the trailing whitespace of formatted lines.
Daniel Jasper
2013-02-14
Get less confused by trailing comma in Google style.
Daniel Jasper
2013-02-14
Align superclasses for multiple inheritence.
Daniel Jasper
2013-02-13
Allow breaking after the return type in function declarations.
Daniel Jasper
2013-02-13
Fix comment alignment close to the column limit.
Daniel Jasper
2013-02-13
Pull search state out as class members.
Manuel Klimek
2013-02-13
An attempt to make the search algorithm easier to understand.
Manuel Klimek
2013-02-13
Formatter: Refactor the cast detection code to be a bit more readable.
Nico Weber
2013-02-13
Formatter: Detect ObjC method expressions after casts.
Nico Weber
2013-02-12
Replace 'signed' with 'int'. 'signed' is not typical for LLVM style
Dmitri Gribenko
2013-02-12
Fix crash for incomplete labels in macros.
Daniel Jasper
2013-02-12
Fixing the MSVC compiler warning a different way; removed use of static_cast ...
Aaron Ballman
2013-02-12
Removing a signed/unsigned mismatch warning triggered in MSVC 11.
Aaron Ballman
2013-02-12
Fix bug in the adjustment to existing lines.
Daniel Jasper
2013-02-12
Formatter: Correctly format stars in `sizeof(int**)` and similar places.
Nico Weber
2013-02-11
Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
2013-02-11
Get rid of manual debug output, now that the test runner supports it.
Manuel Klimek
2013-02-11
Fix invalid formatting with spaces before trailing comments.
Daniel Jasper
2013-02-11
Fixes handling of empty lines in macros.
Manuel Klimek
2013-02-11
Fix formatting of overloaded operator definitions.
Daniel Jasper
2013-02-10
Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls.
Nico Weber
2013-02-10
Formatter: Initial support for ObjC dictionary literals.
Nico Weber
2013-02-10
Reformat formatter code. No functionality change.
Nico Weber
2013-02-10
Formatter: Detect ObjC array literals.
Nico Weber
2013-02-08
Fix indentation-detection at indent level 0.
Manuel Klimek
2013-02-08
Takes the context into account when re-indenting regions.
Manuel Klimek
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
[prev]
[next]