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
/
Format.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Don't allow line breaks after template parameters.
Daniel Jasper
2013-01-02
Format */& as binary operator if followed by a unary operator.
Daniel Jasper
2013-01-02
Fixes use of unescaped newlines when formatting preprocessor directives.
Manuel Klimek
2013-01-02
Correctly format pointers and references in casts.
Daniel Jasper
2013-01-02
Understand unary operators after "return" and "case".
Daniel Jasper
2013-01-02
Prefer splitting after "template <...>" and fix indentation.
Daniel Jasper
2013-01-02
Prefer to break after operators over breaking after "(".
Daniel Jasper
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
Understand * and & in ternary expressions.
Daniel Jasper
2013-01-02
Don't break after pointer or reference specifier.
Daniel Jasper
2012-12-24
Let clang-format format itself.
Daniel Jasper
2012-12-24
Penalize tokens with a lower parenthesis level than the start of the line.
Daniel Jasper
2012-12-24
Align RHS after assignments and return statements.
Daniel Jasper
2012-12-24
Fix formatting over overloaded operators.
Daniel Jasper
2012-12-24
Take operator precedence into account when splitting lines.
Daniel Jasper
2012-12-23
libFormat: Teach the *& usage heuristic that "return" starts a rhs too.
Nico Weber
2012-12-21
format: Handle #import as include directive too.
Nico Weber
2012-12-21
clang-format: No spaces around directory specifiers
Daniel Jasper
2012-12-21
Fix typo.
Fariborz Jahanian
2012-12-21
Basic support for formatting for-loops.
Daniel Jasper
2012-12-21
Use OperatorPrecedence.h in clang-format
Daniel Jasper
2012-12-21
Formatting fixes for PR14680
Daniel Jasper
2012-12-20
Add objective-C style formatting to clang format and
Fariborz Jahanian
2012-12-18
Better support for constructor initializers.
Daniel Jasper
2012-12-17
Add basic support for splitting before function calls if it can't be
Daniel Jasper
2012-12-17
Fix several formatting problems.
Daniel Jasper
2012-12-10
Addi formatting tests for pointer template parameters.
Daniel Jasper
2012-12-10
Clang-format: error recovery for access specifiers
Alexander Kornienko
2012-12-07
Clang-format: extracted FormatTokenSource from UnwrappedLineParser.
Alexander Kornienko
2012-12-07
Small tweaks to clang-format.
Daniel Jasper
2012-12-06
Clang-format: IndentCaseLabels option, proper namespace handling
Alexander Kornienko
2012-12-06
Improve clang-format's handling of unary operators.
Daniel Jasper
2012-12-06
"<<" alignment for clang-format.
Daniel Jasper
2012-12-05
Remove bad and useless enum to bool conversion.
Daniel Jasper
2012-12-05
Indentation fixes for clang-format.
Daniel Jasper
2012-12-05
Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...
Alexander Kornienko
2012-12-05
Small tweaks to automatic formatting.
Daniel Jasper
2012-12-04
Add missing destructors found with -Wnon-virtual-dtor.
Daniel Jasper
2012-12-04
Error recovery part 2
Alexander Kornienko
2012-12-04
Make parenthesis counting and aligning a bit saner.
Daniel Jasper
2012-12-04
Small fixes to unary operator recognition and handling of include
Daniel Jasper
2012-12-04
Replace workarounds with correct fixes.
Daniel Jasper
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-03
Fixes a compile warning and crash in the tests.
Manuel Klimek
2012-12-03
Initial version of formatting library.
Daniel Jasper
[prev]