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-04-12
Revamps structural error detection / handling.
Manuel Klimek
2013-04-10
Fixes recovering from errors when parsing braced init lists.
Manuel Klimek
2013-04-09
Again macros without trailing semicolons: don't care about declaration context.
Alexander Kornienko
2013-04-08
Recognize function-like macro usages without semicolon in declaration context.
Alexander Kornienko
2013-04-03
Even better way to handle comments adjacent to preprocessor directives.
Alexander Kornienko
2013-04-02
Alternative handling of comments adjacent to preprocessor directives.
Alexander Kornienko
2013-03-28
Fixed handling of comments before preprocessor directives.
Alexander Kornienko
2013-03-22
Better fix for r177725.
Daniel Jasper
2013-03-20
Fix infinite-loop in unwrapped line parser.
Daniel Jasper
2013-03-20
Add extra indentation for multiline comparisons.
Daniel Jasper
2013-03-20
Don't remove all indentation when in #defines.
Daniel Jasper
2013-03-19
Fix indentation for case: // comment.
Daniel Jasper
2013-03-01
Remove whitespace at end of file.
Daniel Jasper
2013-02-12
Fix crash for incomplete labels in macros.
Daniel Jasper
2013-02-11
Get rid of manual debug output, now that the test runner supports it.
Manuel Klimek
2013-02-11
Fixes handling of empty lines in macros.
Manuel Klimek
2013-02-10
Formatter: Initial support for ObjC dictionary literals.
Nico Weber
2013-02-10
Reformat formatter code. No functionality change.
Nico Weber
2013-02-06
Fix handling of comments in macros.
Manuel Klimek
2013-02-06
Much semicolon after namespaces.
Manuel Klimek
2013-02-06
Parse record declarations with token pasted identifiers.
Manuel Klimek
2013-01-31
Never break inside something that was a preprocessor directive.
Manuel Klimek
2013-01-29
Move the token annotator into separate files.
Daniel Jasper
2013-01-23
Fix handling of macro definitions.
Manuel Klimek
2013-01-23
Fixes layouting regression and invalid-read.
Manuel Klimek
2013-01-23
Fixes incorrect handling of the declaration context stack.
Manuel Klimek
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
Fixes various problems around enum parsing.
Manuel Klimek
2013-01-21
Fixes formatting of empty blocks.
Manuel Klimek
2013-01-21
Fixes indent in linkage specification blocks.
Manuel Klimek
2013-01-21
Fixes detection of class template specializations.
Manuel Klimek
2013-01-21
Allow for nested name specifiers in record declarations.
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
Fixes problems with line merging in the face of preprocessor directives.
Manuel Klimek
2013-01-18
Formatter: After case blocks, "break" goes on the same line as the "}", PR14907.
Nico Weber
2013-01-16
Add debugging support for split penalties.
Manuel Klimek
2013-01-16
Use standard llvm Debug.h support for debugging output.
Manuel Klimek
2013-01-16
Clang Format: Handle missing semicolon
Alexander Kornienko
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-13
Format unions like structs and classes.
Daniel Jasper
2013-01-11
Fix crashes in UnwrappedLineParser on missing parens.
Manuel Klimek
2013-01-11
Fix crash on invalid.
Manuel Klimek
2013-01-11
Fix parsing of initializer lists with elaborated type specifier.
Manuel Klimek
2013-01-11
clang-format: a bit nicer error message.
Alexander Kornienko
2013-01-10
Basic support for diagnostics.
Alexander Kornienko
2013-01-10
Do not add newline in empty blocks.
Manuel Klimek
2013-01-10
Fix layout of blocks inside statements.
Manuel Klimek
[next]