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
/
UnwrappedLineParser.cpp
Age
Commit message (
Expand
)
Author
2013-01-10
Introduce a define to switch on debug output.
Manuel Klimek
2013-01-10
Formatter: @optional and @required go on their own line.
Nico Weber
2013-01-09
Formatter: Add support for @implementation.
Nico Weber
2013-01-09
Formatter: Make parseObjCUntilAtEnd() actually work.
Nico Weber
2013-01-09
Formatting: Add support for @protocol.
Nico Weber
2013-01-09
Formatter: Add support for @interface.
Nico Weber
2013-01-09
Enables layouting unwrapped lines around preprocessor directives.
Manuel Klimek
2013-01-08
Change the data structure used in clang-format.
Daniel Jasper
2013-01-07
Formatter: Support @public/@protected/@package/@private.
Nico Weber
2013-01-07
Fix parsing of variable declarations directly after a class / struct.
Manuel Klimek
2013-01-07
s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.
Manuel Klimek
2013-01-07
Reformat clang-formats source code.
Daniel Jasper
2013-01-07
Fix incorrect FIXME.
Manuel Klimek
2013-01-07
Remove outdated FIXME and add explanation for error handling strategy
Manuel Klimek
2013-01-06
Fixes handling of unbalances braces.
Manuel Klimek
2013-01-05
Fixes parsing of hash tokens in the middle of a line.
Manuel Klimek
2013-01-05
Fixes PR14801 - preprocessor directives shouldn't be indented
Manuel Klimek
2013-01-05
Fixes PR14811: Crash when formatting some macros
Manuel Klimek
2013-01-04
Various fixes to clang-format's macro handling.
Manuel Klimek
2013-01-02
Fixes use of unescaped newlines when formatting preprocessor directives.
Manuel Klimek
2012-12-30
Formatter: parse and format inline namespaces like regular namespaces
Dmitri Gribenko
2012-12-24
Let clang-format format itself.
Daniel Jasper
2012-12-17
Fix several formatting problems.
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-06
Clang-format: IndentCaseLabels option, proper namespace handling
Alexander Kornienko
2012-12-06
Clang-format: detect unbalanced braces.
Alexander Kornienko
2012-12-05
Clang-format: parse for and while loops
Alexander Kornienko
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-04
Error recovery part 2
Alexander Kornienko
2012-12-04
Clang-format error recovery part 1
Alexander Kornienko
2012-12-04
Enum formatting implementation
Alexander Kornienko
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-03
Initial version of formatting library.
Daniel Jasper
[prev]