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.h
Age
Commit message (
Expand
)
Author
2013-04-17
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-12
Revamps structural error detection / handling.
Manuel Klimek
2013-03-04
Format a line if a range in its leading whitespace was selected.
Daniel Jasper
2013-01-29
Move the token annotator into separate files.
Daniel Jasper
2013-01-23
Allow us to better guess the context of an unwrapped line.
Manuel Klimek
2013-01-22
Implements more principled comment parsing.
Manuel Klimek
2013-01-21
Fix parsing of return statements.
Manuel Klimek
2013-01-19
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-18
Fix comment.
Manuel Klimek
2013-01-18
Fixes problems with line merging in the face of preprocessor directives.
Manuel Klimek
2013-01-16
Calculate the total length of a line up to each token up front.
Daniel Jasper
2013-01-16
Change the datastructure for UnwrappedLines.
Daniel Jasper
2013-01-15
Fixes various bugs around the keywords class, struct and union.
Manuel Klimek
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-11
Fix parsing of initializer lists with elaborated type specifier.
Manuel Klimek
2013-01-10
Basic support for diagnostics.
Alexander Kornienko
2013-01-10
Fix layout of blocks inside statements.
Manuel Klimek
2013-01-09
Formatter: Add support for @implementation.
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
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 layouting of tokens with a leading escaped newline.
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-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-24
Let clang-format format itself.
Daniel Jasper
2012-12-17
Fix several formatting problems.
Daniel Jasper
2012-12-07
Appease -Wnon-virtual-dtor
Matt Beaumont-Gay
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-05
Clang-format: parse for and while loops
Alexander Kornienko
2012-12-05
Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...
Alexander Kornienko
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
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