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
*
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
*
Formatter: After case blocks, "break" goes on the same line as the "}", PR14907.
Nico Weber
2013-01-18
1
-0
/
+2
*
Add debugging support for split penalties.
Manuel Klimek
2013-01-16
1
-1
/
+0
*
Use standard llvm Debug.h support for debugging output.
Manuel Klimek
2013-01-16
1
-17
/
+16
*
Clang Format: Handle missing semicolon
Alexander Kornienko
2013-01-16
1
-2
/
+5
*
Change the datastructure for UnwrappedLines.
Daniel Jasper
2013-01-16
1
-34
/
+15
*
Fixes various bugs around the keywords class, struct and union.
Manuel Klimek
2013-01-15
1
-22
/
+23
*
Format unions like structs and classes.
Daniel Jasper
2013-01-13
1
-1
/
+2
*
Fix crashes in UnwrappedLineParser on missing parens.
Manuel Klimek
2013-01-11
1
-2
/
+4
*
Fix crash on invalid.
Manuel Klimek
2013-01-11
1
-1
/
+2
*
Fix parsing of initializer lists with elaborated type specifier.
Manuel Klimek
2013-01-11
1
-2
/
+8
*
clang-format: a bit nicer error message.
Alexander Kornienko
2013-01-11
1
-1
/
+1
*
Basic support for diagnostics.
Alexander Kornienko
2013-01-10
1
-6
/
+9
*
Do not add newline in empty blocks.
Manuel Klimek
2013-01-10
1
-6
/
+8
*
Fix layout of blocks inside statements.
Manuel Klimek
2013-01-10
1
-18
/
+70
*
Introduce a define to switch on debug output.
Manuel Klimek
2013-01-10
1
-0
/
+17
*
Formatter: @optional and @required go on their own line.
Nico Weber
2013-01-10
1
-0
/
+5
*
Formatter: Add support for @implementation.
Nico Weber
2013-01-09
1
-2
/
+3
*
Formatter: Make parseObjCUntilAtEnd() actually work.
Nico Weber
2013-01-09
1
-0
/
+2
*
Formatting: Add support for @protocol.
Nico Weber
2013-01-09
1
-16
/
+40
*
Formatter: Add support for @interface.
Nico Weber
2013-01-09
1
-0
/
+42
*
Enables layouting unwrapped lines around preprocessor directives.
Manuel Klimek
2013-01-09
1
-30
/
+48
*
Change the data structure used in clang-format.
Daniel Jasper
2013-01-08
1
-3
/
+13
*
Formatter: Support @public/@protected/@package/@private.
Nico Weber
2013-01-07
1
-0
/
+12
*
Fix parsing of variable declarations directly after a class / struct.
Manuel Klimek
2013-01-07
1
-4
/
+25
*
s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.
Manuel Klimek
2013-01-07
1
-8
/
+8
*
Reformat clang-formats source code.
Daniel Jasper
2013-01-07
1
-2
/
+2
*
Fix incorrect FIXME.
Manuel Klimek
2013-01-07
1
-2
/
+3
[next]