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
*
Implemented GNU-style formatting for compound statements.
Alexander Kornienko
2013-12-12
1
-22
/
+45
*
clang-format: Correctly handle Qt's Q_SLOTS.
Daniel Jasper
2013-11-29
1
-1
/
+2
*
clang-format: Support Qt's slot access specifiers.
Daniel Jasper
2013-11-23
1
-0
/
+3
*
clang-format: Recognize braced lists with trailing function call.
Daniel Jasper
2013-11-22
1
-1
/
+1
*
Added an option to allow short function bodies be placed on a single line.
Alexander Kornienko
2013-11-20
1
-0
/
+1
*
Remove incorrect assert.
Manuel Klimek
2013-10-22
1
-1
/
+0
*
Automatically munch semicolons after blocks.
Manuel Klimek
2013-10-12
1
-2
/
+6
*
clang-format: Fix assertion on unterminated #ifs.
Daniel Jasper
2013-10-12
1
-1
/
+1
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-26
/
+80
*
Fix incorrect detection of class definitions with alignas specification.
Manuel Klimek
2013-10-07
1
-1
/
+2
*
clang-format: Detect braced lists in subscript expressions.
Daniel Jasper
2013-09-13
1
-1
/
+1
*
clang-format: Fix incorrect enum parsing / layouting.
Daniel Jasper
2013-09-13
1
-38
/
+15
*
clang-format: Format typed enums with nested names.
Daniel Jasper
2013-09-06
1
-1
/
+2
*
clang-format: Don't confuse operator[] with lambdas.
Daniel Jasper
2013-09-06
1
-1
/
+2
*
Add ATTRIBUTE_UNUSED to silence unused-function warning in release
Daniel Jasper
2013-09-05
1
-1
/
+2
*
Fixes PR 17106 (explicitly typed enums are formatted differently).
Manuel Klimek
2013-09-05
1
-3
/
+1
*
clang-format: Quickfix for braced init lists detected as lambdas.
Daniel Jasper
2013-09-05
1
-0
/
+6
*
clang-format: Fix parsing and indenting lambdas.
Daniel Jasper
2013-09-05
1
-24
/
+32
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-18
/
+40
*
Remove code duplication in unwrapped line parser.
Manuel Klimek
2013-09-04
1
-10
/
+1
*
Implement parsing of blocks (^{ ... }) in the unwrapped line parser.
Manuel Klimek
2013-09-04
1
-14
/
+30
*
Fix layout of lambda captures.
Manuel Klimek
2013-09-04
1
-8
/
+11
*
First step towards correctly formatting lambdas.
Manuel Klimek
2013-09-03
1
-0
/
+80
*
clang-format: Fix case-indentation in macros.
Daniel Jasper
2013-09-02
1
-4
/
+3
*
clang-format: Improve recovery from enums with errors.
Daniel Jasper
2013-08-30
1
-0
/
+11
*
clang-format: Fix corner case in ObjC interface definitions.
Daniel Jasper
2013-08-28
1
-1
/
+7
*
clang-format: Improve braced init list detection:
Daniel Jasper
2013-08-28
1
-1
/
+5
*
clang-format: Format enum struct/class like enum.
Daniel Jasper
2013-08-20
1
-0
/
+4
*
Fixes a couple of bugs with the Allman brace breaking.
Manuel Klimek
2013-08-07
1
-0
/
+2
*
Implement Allman style.
Manuel Klimek
2013-08-02
1
-6
/
+28
*
clang-format: Add more options to namespace indentation.
Daniel Jasper
2013-07-31
1
-6
/
+9
*
clang-format: Fix switch/case interaction with macros.
Daniel Jasper
2013-07-25
1
-5
/
+14
*
Fix alignment of closing brace in braced initializers.
Daniel Jasper
2013-07-09
1
-16
/
+17
*
Fix incorrect token counting introduced by r185319.
Daniel Jasper
2013-07-01
1
-1
/
+3
*
Fix braced-list detection in lieu of trailing comments.
Daniel Jasper
2013-07-01
1
-1
/
+6
*
Put helper classes in an anonymous namespace.
Craig Topper
2013-07-01
1
-0
/
+8
*
Run clang-format on lib/Format code after r184894. No other changes.
Nico Weber
2013-06-26
1
-17
/
+16
*
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
[next]