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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang-format: Fix various problems in formatting ObjC blocks.
Daniel Jasper
2013-12-23
1
-1
/
+2
*
Implemented GNU-style formatting for compound statements.
Alexander Kornienko
2013-12-12
1
-0
/
+1
*
Automatically munch semicolons after blocks.
Manuel Klimek
2013-10-12
1
-1
/
+2
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-2
/
+24
*
clang-format: Fix incorrect enum parsing / layouting.
Daniel Jasper
2013-09-13
1
-1
/
+1
*
Unbreak build with libc++, whose std::list<T> requires T to be complete.
Douglas Gregor
2013-09-05
1
-1
/
+4
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-4
/
+14
*
Implement parsing of blocks (^{ ... }) in the unwrapped line parser.
Manuel Klimek
2013-09-04
1
-0
/
+1
*
First step towards correctly formatting lambdas.
Manuel Klimek
2013-09-03
1
-0
/
+2
*
clang-format: Add more options to namespace indentation.
Daniel Jasper
2013-07-31
1
-1
/
+1
*
Fix alignment of closing brace in braced initializers.
Daniel Jasper
2013-07-09
1
-12
/
+0
*
Reformat clang-format's source files after r185822 and others.
Daniel Jasper
2013-07-08
1
-6
/
+4
*
Moved FormatToken to a separate header.
Alexander Kornienko
2013-06-03
1
-255
/
+1
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-1
/
+193
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-1
/
+6
*
A first step towards giving format tokens pointer identity.
Manuel Klimek
2013-05-28
1
-19
/
+6
*
Remove unreachable return
David Blaikie
2013-05-27
1
-1
/
+0
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
1
-6
/
+8
*
Address post-review comment from dblakie.
Manuel Klimek
2013-05-27
1
-1
/
+1
*
Ignore contents of #if 0 blocks.
Alexander Kornienko
2013-05-24
1
-1
/
+16
*
Use a SourceRange for the whitespace location in FormatToken.
Manuel Klimek
2013-05-23
1
-11
/
+4
*
Fix no-assert compiles.
Manuel Klimek
2013-05-23
1
-1
/
+4
*
Expand parsing of braced init lists.
Manuel Klimek
2013-05-23
1
-0
/
+25
*
Remove diagnostics from clang-format.
Daniel Jasper
2013-05-15
1
-6
/
+1
*
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
1
-1
/
+13
*
Revamps structural error detection / handling.
Manuel Klimek
2013-04-12
1
-3
/
+7
*
Format a line if a range in its leading whitespace was selected.
Daniel Jasper
2013-03-04
1
-2
/
+6
*
Move the token annotator into separate files.
Daniel Jasper
2013-01-29
1
-3
/
+0
*
Allow us to better guess the context of an unwrapped line.
Manuel Klimek
2013-01-23
1
-2
/
+8
*
Implements more principled comment parsing.
Manuel Klimek
2013-01-22
1
-1
/
+8
*
Fix parsing of return statements.
Manuel Klimek
2013-01-21
1
-0
/
+1
*
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-19
1
-1
/
+0
*
Fix comment.
Manuel Klimek
2013-01-18
1
-2
/
+1
*
Fixes problems with line merging in the face of preprocessor directives.
Manuel Klimek
2013-01-18
1
-0
/
+15
*
Calculate the total length of a line up to each token up front.
Daniel Jasper
2013-01-16
1
-0
/
+1
*
Change the datastructure for UnwrappedLines.
Daniel Jasper
2013-01-16
1
-10
/
+3
*
Fixes various bugs around the keywords class, struct and union.
Manuel Klimek
2013-01-15
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Fix parsing of initializer lists with elaborated type specifier.
Manuel Klimek
2013-01-11
1
-1
/
+1
*
Basic support for diagnostics.
Alexander Kornienko
2013-01-10
1
-1
/
+6
*
Fix layout of blocks inside statements.
Manuel Klimek
2013-01-10
1
-0
/
+3
*
Formatter: Add support for @implementation.
Nico Weber
2013-01-09
1
-1
/
+1
*
Formatting: Add support for @protocol.
Nico Weber
2013-01-09
1
-0
/
+3
*
Formatter: Add support for @interface.
Nico Weber
2013-01-09
1
-0
/
+1
*
Enables layouting unwrapped lines around preprocessor directives.
Manuel Klimek
2013-01-09
1
-2
/
+9
*
Change the data structure used in clang-format.
Daniel Jasper
2013-01-08
1
-1
/
+10
*
Fix parsing of variable declarations directly after a class / struct.
Manuel Klimek
2013-01-07
1
-0
/
+1
*
s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.
Manuel Klimek
2013-01-07
1
-1
/
+1
*
Reformat clang-formats source code.
Daniel Jasper
2013-01-07
1
-3
/
+3
*
Fix layouting of tokens with a leading escaped newline.
Manuel Klimek
2013-01-07
1
-1
/
+6
[prev]
[next]