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-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
2013-01-14
Fixes formatting of nested brace initializers.
Manuel Klimek
2013-01-14
Make single-line if statements optional.
Daniel Jasper
2013-01-14
Fix a bug in the line merging.
Daniel Jasper
2013-01-14
Fix bug that would lead to joining preprocessor directives.
Daniel Jasper
2013-01-14
Put simple preprocessor directives on a single line.
Daniel Jasper
2013-01-14
Put short if statements on a single line.
Daniel Jasper
2013-01-14
Refactor datastructure used in clang-format.
Daniel Jasper
2013-01-14
Improve understanding post increment and decrement.
Daniel Jasper
2013-01-14
Custom DiagnosticConsumer parameter of reformat() + silence diagnostics in un...
Alexander Kornienko
2013-01-13
Stronger respect the input codes line breaks wrt. comments.
Daniel Jasper
2013-01-13
Format unions like structs and classes.
Daniel Jasper
2013-01-13
Always put a space after ",".
Daniel Jasper
2013-01-13
Don't put spaces around hyphens in include paths.
Daniel Jasper
2013-01-13
Improve identification of c-style casts.
Daniel Jasper
2013-01-12
Formatter: Don't insert a space before unary operators after selector names.
Nico Weber
2013-01-12
Formatter: Remove debugging junk I accidentally landed in r172333.
Nico Weber
2013-01-12
Formatter: Prefer breaking before ObjC selector names over breaking at their ':'
Nico Weber
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
Remove unused private field.
Rafael Espindola
2013-01-12
Fix incorrect comparison operator causing loooong formatting times.
Daniel Jasper
2013-01-12
Formatter: Remove an always-false condition.
Nico Weber
2013-01-12
Formatter: Remove a redundant CurrentLineType check.
Nico Weber
2013-01-12
Formatter: Initial support for formatting Objective-C method expressions. ...
Nico Weber
2013-01-12
Formatter: * and & are binary operators before ( and [.
Nico Weber
2013-01-12
Formatter: * and & are binary operators after ) and ].
Nico Weber
2013-01-12
Formatter: + and - after { are unary operators.
Nico Weber
2013-01-11
Formatter: Format ObjC static and instance methods consistently, add a test f...
Nico Weber
2013-01-11
Fix crashes in UnwrappedLineParser on missing parens.
Manuel Klimek
2013-01-11
Fix single-line optimization for ObjC.
Manuel Klimek
2013-01-11
Fix crash on invalid.
Manuel Klimek
2013-01-11
Fix parsing of initializer lists with elaborated type specifier.
Manuel Klimek
2013-01-11
Implements pulling simple blocks into a single line.
Manuel Klimek
2013-01-11
Correct spacing around new and delete.
Daniel Jasper
2013-01-11
clang-format: a bit nicer error message.
Alexander Kornienko
2013-01-11
Improve handling of trailing declaration annotations.
Daniel Jasper
2013-01-11
Improved formatting of constructor initializers
Daniel Jasper
2013-01-11
Refactor IndentState into two classes.
Daniel Jasper
2013-01-10
Formatter: Put spaces in ObjC method decls in the right place for Google style.
Nico Weber
2013-01-10
Formatter: No spaces around '=' in @property lines.
Nico Weber
2013-01-10
Formatting: In @implementation etc lines, put a space before protocol lists.
Nico Weber
2013-01-10
Refactoring the outermost structure of the formatter.
Manuel Klimek
2013-01-10
Formatter: Don't put a space in ObjC number literals like @+50
Nico Weber
2013-01-10
Formatter: Add space before '(' in @implemenation, @interface, @protocol lines
Nico Weber
[prev]
[next]