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