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] Break before a sequence of line comments aligned with the next...
Krasimir Georgiev
2017-02-08
1
-12
/
+67
*
clang-format: [JS] correcly format object literal methods.
Martin Probst
2017-02-07
1
-8
/
+17
*
clang-format: [JS] handle parenthesized class expressions.
Martin Probst
2017-02-07
1
-5
/
+15
*
[clang-format] Don't reflow across comment pragmas.
Krasimir Georgiev
2017-02-02
1
-4
/
+14
*
[clang-format] Fix breaking of comment sections in unwrapped lines containing...
Krasimir Georgiev
2017-02-02
1
-2
/
+37
*
[clang-format] Fix regression merging comments across newlines.
Krasimir Georgiev
2017-01-31
1
-1
/
+6
*
[clang-format] Separate line comment sections after a right brace from commen...
Krasimir Georgiev
2017-01-30
1
-7
/
+39
*
[clang-format] Implement comment reflowing.
Krasimir Georgiev
2017-01-25
1
-3
/
+53
*
clang-format: [JS] revert over-eager ASI check.
Martin Probst
2017-01-16
1
-2
/
+1
*
clang-format: [JS] ASI after imports
Martin Probst
2017-01-09
1
-5
/
+13
*
clang-format: [JS] avoid indent after ambient function declarations.
Martin Probst
2017-01-04
1
-1
/
+4
*
clang-format: Improve braced-list detection.
Daniel Jasper
2016-12-13
1
-2
/
+2
*
clang-format: [JS] do not break after declare namespace.
Martin Probst
2016-11-10
1
-8
/
+8
*
clang-format: [JS] Fix formatting of generator functions.
Daniel Jasper
2016-11-01
1
-2
/
+4
*
clang-format: [JS] Fix template string ASI.
Martin Probst
2016-10-21
1
-3
/
+8
*
clang-format: [JS] ASI insertion after boolean literals.
Martin Probst
2016-09-18
1
-1
/
+3
*
clang-format: [JS] handle object literals with casts.
Martin Probst
2016-08-19
1
-1
/
+2
*
clang-format: Fix incorrect detection of QT-signals access specifier.
Daniel Jasper
2016-07-27
1
-1
/
+1
*
clang-format: [Proto] Fix "import public" after r273179.
Daniel Jasper
2016-06-20
1
-0
/
+2
*
clang-format: [Proto] Don't do bad things if imports are missing ;.
Daniel Jasper
2016-06-20
1
-4
/
+15
*
clang-format: [JS] no ASI on `import {x as\n y}`.
Martin Probst
2016-06-01
1
-5
/
+5
*
clang-format: [JS] fix async parsing.
Martin Probst
2016-05-29
1
-4
/
+9
*
clang-format: Fix incorrect indentation in last line of macro definition
Daniel Jasper
2016-05-19
1
-0
/
+2
*
clang-format: Support enum type template arguments.
Daniel Jasper
2016-05-08
1
-0
/
+7
*
clang-format: [JS] generator and async functions.
Martin Probst
2016-04-24
1
-8
/
+23
*
reuse mustBeJSIdent for interface detection
Martin Probst
2016-04-19
1
-7
/
+8
*
clang-format: [JS] support `interface` as a free standing identifier.
Martin Probst
2016-04-19
1
-0
/
+15
*
clang-format: [JS] simplify import/export.
Martin Probst
2016-04-19
1
-9
/
+9
*
clang-format: Last line in incomplete block is indented incorrectly
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+3
*
[clang-format] Walk backwards from end() instead of forwards from rend().
Benjamin Kramer
2016-04-11
1
-1
/
+1
*
clang-format: [JS] do not insert semicolons after wrapped annotations.
Martin Probst
2016-04-11
1
-0
/
+7
*
clang-format: Fix label-in-if statement in macros where it is actually used.
Daniel Jasper
2016-04-06
1
-1
/
+3
*
clang-format: Support labels in brace-less ifs.
Daniel Jasper
2016-04-06
1
-0
/
+3
*
clang-format: [JS] Handle certain cases of ASI.
Daniel Jasper
2016-03-14
1
-1
/
+71
*
clang-format: [JS] Support destructuring assignments in for loops.
Daniel Jasper
2016-03-05
1
-0
/
+2
*
clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.
Daniel Jasper
2016-02-03
1
-1
/
+2
*
clang-format: [JS] Support exporting abstract classes.
Daniel Jasper
2016-01-12
1
-0
/
+4
*
clang-format: [JS] Teach clang-format about "export interface".
Daniel Jasper
2016-01-11
1
-1
/
+2
*
clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.
Daniel Jasper
2016-01-09
1
-44
/
+67
*
clang-format: [JS] Support more ES6 classes.
Daniel Jasper
2016-01-08
1
-0
/
+2
*
clang-format: [JS] Support more ES6 imports.
Daniel Jasper
2016-01-07
1
-8
/
+7
*
clang-format: [JS/TypeScript] Support "enum" as property name.
Daniel Jasper
2015-12-29
1
-7
/
+16
*
clang-format: [TableGen] Support ;-less include lines.
Daniel Jasper
2015-12-25
1
-1
/
+9
*
clang-format: [JS] Support arrays of object-type literals.
Daniel Jasper
2015-12-22
1
-1
/
+1
*
clang-format: Properly set the BlockKind for more blocks.
Daniel Jasper
2015-12-21
1
-1
/
+3
*
clang-format: treat Q_SIGNALS as an access modifier
Daniel Jasper
2015-12-01
1
-1
/
+2
*
Format: support inline namespaces
Saleem Abdulrasool
2015-10-30
1
-1
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
clang-format: Fix false ObjC block detection.
Daniel Jasper
2015-10-07
1
-0
/
+5
[prev]
[next]