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
*
clang-format: Support configurable list of foreach-macros.
Daniel Jasper
2014-04-01
1
-2
/
+9
*
clang-format: Solve issues found and fixed by clang-tidy.
Daniel Jasper
2014-03-31
1
-1
/
+1
*
clang-format: Recognize more ObjC blocks with parameters/return type.
Daniel Jasper
2014-03-28
1
-2
/
+6
*
clang-format: Detect function-like macros only when upper case is used.
Alexander Kornienko
2014-03-18
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-6
/
+6
*
Remove an unnecessary check for FormatTok not being null.
Alexander Kornienko
2014-03-13
1
-1
/
+2
*
clang-format: Prevent ObjC code from confusing the braced-init detection
Daniel Jasper
2014-03-13
1
-0
/
+1
*
clang-format: Fix another false positive in the lambda detection.
Daniel Jasper
2014-03-11
1
-2
/
+2
*
clang-format: Fix incorrect lambda recognition exposed by r203452.
Daniel Jasper
2014-03-11
1
-1
/
+2
*
clang-format: Add spaces around trailing/lambda return types.
Daniel Jasper
2014-03-10
1
-0
/
+3
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
clang-format: Support lambdas with namespace-qualified return types.
Daniel Jasper
2014-02-11
1
-0
/
+1
*
clang-format: Support ObjC's NS_ENUMs.
Daniel Jasper
2014-01-30
1
-1
/
+10
*
Fix crash on unmatched #endif's.
Manuel Klimek
2014-01-29
1
-1
/
+3
*
Get rid of special parsing for return statements.
Manuel Klimek
2014-01-24
1
-37
/
+0
*
clang-format: Fix incorrect lambda recognition.
Daniel Jasper
2014-01-22
1
-1
/
+2
*
clang-format: Enable formatting of lambdas with explicit return type.
Daniel Jasper
2014-01-16
1
-2
/
+8
*
clang-format: Don't hang forever when encountering a stray "}" in an @impleme...
Benjamin Kramer
2014-01-08
1
-0
/
+4
*
clang-format: Recognize single-line macro usages inside macros.
Daniel Jasper
2014-01-03
1
-1
/
+1
*
clang-format: Fix various problems in formatting ObjC blocks.
Daniel Jasper
2013-12-23
1
-5
/
+43
*
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
[next]