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
*
Fixes bug 20587 - Add K&R break before braces style
Roman Kashitsyn
2014-08-11
1
-6
/
+18
*
Use std::unique_ptr to handle transient ownership of UnwrappedLine in ScopedL...
David Blaikie
2014-08-09
1
-6
/
+5
*
clang-format: Break before 'else' in Stroustrup style.
Daniel Jasper
2014-08-05
1
-0
/
+2
*
clang-format: Understand parameter pack initialization.
Daniel Jasper
2014-08-04
1
-1
/
+1
*
Fix parsing of classes where the class name is an absolute nested name specif...
Manuel Klimek
2014-07-31
1
-4
/
+2
*
clang-format: [JS] support free-standing functions again.
Daniel Jasper
2014-06-30
1
-1
/
+4
*
clang-format: [JS] Understand named function literals.
Daniel Jasper
2014-06-13
1
-0
/
+5
*
clang-format: Support variadic lambda captures.
Daniel Jasper
2014-06-10
1
-0
/
+2
*
clang-format: Fix braced list detection.
Daniel Jasper
2014-05-22
1
-2
/
+6
*
clang-format: Fix incorrect braced init identification.
Daniel Jasper
2014-05-22
1
-1
/
+2
*
clang-format: Fix incorrect macro call detection.
Daniel Jasper
2014-05-21
1
-1
/
+3
*
clang-format: [JS] Understand top-level function literals properly.
Daniel Jasper
2014-05-20
1
-0
/
+4
*
clang-format: Fix bug introduced by r208392.
Daniel Jasper
2014-05-09
1
-11
/
+9
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
1
-6
/
+6
*
clang-format: Initial support for try-catch.
Daniel Jasper
2014-05-08
1
-0
/
+73
*
clang-format: [JS] support closures in container literals.
Daniel Jasper
2014-05-08
1
-3
/
+21
*
clang-format: [JS] Don't indent in goog.scope blocks.
Daniel Jasper
2014-05-06
1
-2
/
+20
*
Fixes issue with Allman BreakBeforeBraces for Objective C @interface
Dinesh Dwivedi
2014-05-02
1
-2
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Format code around VCS conflict markers.
Manuel Klimek
2014-04-14
1
-25
/
+44
*
Correctly handle escaped newlines when the next token starts without a space.
Manuel Klimek
2014-04-11
1
-4
/
+9
*
clang-format: Fix false positive in braced list detection in protos.
Daniel Jasper
2014-04-10
1
-12
/
+19
*
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
[next]