index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Format
/
UnwrappedLineParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve clang-format's error recovery.
Daniel Jasper
2013-05-31
1
-13
/
+16
*
Fix detection/formatting of braced lists in ternary expressions.
Daniel Jasper
2013-05-31
1
-2
/
+2
*
Add return missing in r182855.
Daniel Jasper
2013-05-29
1
-0
/
+1
*
Leave some macros on their own line
Daniel Jasper
2013-05-29
1
-1
/
+7
*
Remove obsolete variable as discovered in post-commit review.
Daniel Jasper
2013-05-28
1
-4
/
+0
*
Support uniform inits in braced lists.
Daniel Jasper
2013-05-28
1
-5
/
+0
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-5
/
+5
*
A first step towards giving format tokens pointer identity.
Manuel Klimek
2013-05-28
1
-129
/
+138
*
Ignore contents of #if 0 blocks.
Alexander Kornienko
2013-05-24
1
-0
/
+64
*
Increase test coverage for braced init lists.
Daniel Jasper
2013-05-23
1
-1
/
+1
*
Use a SourceRange for the whitespace location in FormatToken.
Manuel Klimek
2013-05-23
1
-1
/
+2
*
Expand parsing of braced init lists.
Manuel Klimek
2013-05-23
1
-18
/
+139
*
Remove diagnostics from clang-format.
Daniel Jasper
2013-05-15
1
-8
/
+4
*
Implements brace breaking styles.
Manuel Klimek
2013-05-13
1
-1
/
+12
*
Revamps structural error detection / handling.
Manuel Klimek
2013-04-12
1
-28
/
+27
*
Fixes recovering from errors when parsing braced init lists.
Manuel Klimek
2013-04-10
1
-0
/
+25
*
Again macros without trailing semicolons: don't care about declaration context.
Alexander Kornienko
2013-04-09
1
-3
/
+30
*
Recognize function-like macro usages without semicolon in declaration context.
Alexander Kornienko
2013-04-08
1
-9
/
+16
*
Even better way to handle comments adjacent to preprocessor directives.
Alexander Kornienko
2013-04-03
1
-3
/
+4
*
Alternative handling of comments adjacent to preprocessor directives.
Alexander Kornienko
2013-04-02
1
-1
/
+3
*
Fixed handling of comments before preprocessor directives.
Alexander Kornienko
2013-03-28
1
-0
/
+1
*
Better fix for r177725.
Daniel Jasper
2013-03-22
1
-2
/
+3
*
Fix infinite-loop in unwrapped line parser.
Daniel Jasper
2013-03-20
1
-1
/
+1
*
Add extra indentation for multiline comparisons.
Daniel Jasper
2013-03-20
1
-18
/
+12
*
Don't remove all indentation when in #defines.
Daniel Jasper
2013-03-20
1
-1
/
+1
*
Fix indentation for case: // comment.
Daniel Jasper
2013-03-19
1
-1
/
+1
*
Remove whitespace at end of file.
Daniel Jasper
2013-03-01
1
-3
/
+8
*
Fix crash for incomplete labels in macros.
Daniel Jasper
2013-02-12
1
-2
/
+2
*
Get rid of manual debug output, now that the test runner supports it.
Manuel Klimek
2013-02-11
1
-3
/
+0
*
Fixes handling of empty lines in macros.
Manuel Klimek
2013-02-11
1
-1
/
+2
*
Formatter: Initial support for ObjC dictionary literals.
Nico Weber
2013-02-10
1
-1
/
+16
*
Reformat formatter code. No functionality change.
Nico Weber
2013-02-10
1
-10
/
+9
*
Fix handling of comments in macros.
Manuel Klimek
2013-02-06
1
-3
/
+3
*
Much semicolon after namespaces.
Manuel Klimek
2013-02-06
1
-0
/
+4
*
Parse record declarations with token pasted identifiers.
Manuel Klimek
2013-02-06
1
-2
/
+4
*
Never break inside something that was a preprocessor directive.
Manuel Klimek
2013-01-31
1
-1
/
+1
*
Move the token annotator into separate files.
Daniel Jasper
2013-01-29
1
-3
/
+0
*
Fix handling of macro definitions.
Manuel Klimek
2013-01-23
1
-1
/
+2
*
Fixes layouting regression and invalid-read.
Manuel Klimek
2013-01-23
1
-1
/
+4
*
Fixes incorrect handling of the declaration context stack.
Manuel Klimek
2013-01-23
1
-2
/
+2
*
Allow us to better guess the context of an unwrapped line.
Manuel Klimek
2013-01-23
1
-14
/
+39
*
Implements more principled comment parsing.
Manuel Klimek
2013-01-22
1
-38
/
+56
*
Fixes various problems around enum parsing.
Manuel Klimek
2013-01-21
1
-31
/
+42
*
Fixes formatting of empty blocks.
Manuel Klimek
2013-01-21
1
-8
/
+6
*
Fixes indent in linkage specification blocks.
Manuel Klimek
2013-01-21
1
-0
/
+12
*
Fixes detection of class template specializations.
Manuel Klimek
2013-01-21
1
-1
/
+14
*
Allow for nested name specifiers in record declarations.
Manuel Klimek
2013-01-21
1
-1
/
+3
*
Fix parsing of return statements.
Manuel Klimek
2013-01-21
1
-0
/
+29
*
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Fixes problems with line merging in the face of preprocessor directives.
Manuel Klimek
2013-01-18
1
-7
/
+33
[next]