index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Format
/
Format.h
Age
Commit message (
Expand
)
Author
2013-05-06
Added Mozilla style, cleaned get*Style methods.
Alexander Kornienko
2013-04-25
Add option to align escaped newlines left.
Daniel Jasper
2013-02-13
Allow breaking after the return type in function declarations.
Daniel Jasper
2013-02-06
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-04
Restructuring of token annotation for formatting.
Daniel Jasper
2013-01-29
Move the token annotator into separate files.
Daniel Jasper
2013-01-29
Allow all parameters on next line for function calls in Chrome.
Daniel Jasper
2013-01-28
Don't put a function's return type on its own line in Google style.
Daniel Jasper
2013-01-23
Add option to allow putting all parameters onto the next line.
Daniel Jasper
2013-01-17
Revert most of r172140.
Nico Weber
2013-01-16
Add option to avoid "bin-packing" of parameters.
Daniel Jasper
2013-01-14
Make single-line if statements optional.
Daniel Jasper
2013-01-14
Custom DiagnosticConsumer parameter of reformat() + silence diagnostics in un...
Alexander Kornienko
2013-01-11
Improved formatting of constructor initializers
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: Land header change I forgot to land in r172099.
Nico Weber
2013-01-10
Improvements to function type and ObjC block formatting.
Daniel Jasper
2013-01-07
Reformat clang-formats source code.
Daniel Jasper
2013-01-07
Add style option for number of spaces before trailing comments.
Daniel Jasper
2012-12-24
Let clang-format format itself.
Daniel Jasper
2012-12-06
Clang-format: IndentCaseLabels option, proper namespace handling
Alexander Kornienko
2012-12-04
Replace workarounds with correct fixes.
Daniel Jasper
2012-12-03
Initial version of formatting library.
Daniel Jasper