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
*
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
*
Fixes handling of unbalances braces.
Manuel Klimek
2013-01-06
1
-1
/
+1
*
Fixes parsing of hash tokens in the middle of a line.
Manuel Klimek
2013-01-05
1
-1
/
+5
*
Fixes PR14801 - preprocessor directives shouldn't be indented
Manuel Klimek
2013-01-05
1
-0
/
+3
*
Various fixes to clang-format's macro handling.
Manuel Klimek
2013-01-04
1
-1
/
+5
*
Fixes use of unescaped newlines when formatting preprocessor directives.
Manuel Klimek
2013-01-02
1
-2
/
+10
*
Let clang-format format itself.
Daniel Jasper
2012-12-24
1
-1
/
+1
*
Fix several formatting problems.
Daniel Jasper
2012-12-17
1
-1
/
+1
*
Appease -Wnon-virtual-dtor
Matt Beaumont-Gay
2012-12-07
1
-0
/
+2
*
Clang-format: extracted FormatTokenSource from UnwrappedLineParser.
Alexander Kornienko
2012-12-07
1
-10
/
+7
*
Clang-format: IndentCaseLabels option, proper namespace handling
Alexander Kornienko
2012-12-06
1
-2
/
+6
*
Clang-format: parse for and while loops
Alexander Kornienko
2012-12-05
1
-0
/
+1
*
Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...
Alexander Kornienko
2012-12-05
1
-1
/
+1
*
Add missing destructors found with -Wnon-virtual-dtor.
Daniel Jasper
2012-12-04
1
-0
/
+2
*
Error recovery part 2
Alexander Kornienko
2012-12-04
1
-3
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Initial version of formatting library.
Daniel Jasper
2012-12-03
1
-0
/
+119