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
/
TokenAnnotator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang-format: Restrict r272537 to function ref qualifiers.
Daniel Jasper
2016-06-13
1
-1
/
+2
*
clang-format: Fix incorrect function type detection.
Daniel Jasper
2016-06-13
1
-6
/
+7
*
clang-format: Don't merge const and &, e.g. in function ref qualifiers.
Daniel Jasper
2016-06-13
1
-1
/
+1
*
clang-format: Fix incorrect cast detection.
Daniel Jasper
2016-06-13
1
-2
/
+2
*
clang-format: [JS] post-fix non-null assertion operator.
Martin Probst
2016-06-13
1
-0
/
+5
*
clang-format: [JS] recognized named functions in AnnotatingParser.
Martin Probst
2016-06-09
1
-1
/
+4
*
clang-format: Fix bug in function ref qualifier identification.
Daniel Jasper
2016-06-08
1
-4
/
+1
*
clang-format: [JS] Support shebang lines on the very first line.
Martin Probst
2016-05-29
1
-0
/
+14
*
clang-format: Allow splitting the line after /**/-comments.
Daniel Jasper
2016-05-27
1
-1
/
+3
*
clang-format: [JS] Treat "for" as a reserved word after a ".".
Daniel Jasper
2016-05-20
1
-0
/
+3
*
clang-format: [JS] Fix spacing in destructuring assignments.
Daniel Jasper
2016-05-19
1
-1
/
+1
*
clang-format: Fix enumerator case ranges.
Daniel Jasper
2016-05-19
1
-1
/
+2
*
Make clang-format cleaner remove redundant commas in list and redundant colon...
Eric Liu
2016-05-18
1
-4
/
+4
*
clang-format: Fix space after argument comments.
Daniel Jasper
2016-05-08
1
-1
/
+1
*
clang-format: [JS] generator and async functions.
Martin Probst
2016-04-24
1
-0
/
+3
*
clang-format: Improve heuristics to detect function declarations/definitions.
Daniel Jasper
2016-04-18
1
-4
/
+14
*
clang-format: Fix incorrect function annotation detection.
Daniel Jasper
2016-04-06
1
-1
/
+2
*
clang-format: Fix cast detection on "this".
Daniel Jasper
2016-04-05
1
-3
/
+3
*
clang-format: [JS] do not wrap ES6 imports/exports.
Daniel Jasper
2016-03-22
1
-5
/
+21
*
clang-format: [JS] no space in union and intersection types.
Daniel Jasper
2016-03-21
1
-0
/
+13
*
clang-format: [JS] Fix incorrect spacing around contextual keywords.
Daniel Jasper
2016-03-17
1
-2
/
+5
*
clang-format: [JS] Optionally re-quote string literals.
Daniel Jasper
2016-03-02
1
-3
/
+3
*
[clang-format] Detect constructor initializers preceded by `noexcept`.
Daniel Jasper
2016-03-01
1
-1
/
+1
*
clang-format: Increase the penalty for breaking between array subscripts.
Daniel Jasper
2016-03-01
1
-1
/
+1
*
clang-format: [JS] Support quoted object literal keys.
Daniel Jasper
2016-03-01
1
-1
/
+2
*
clang-format: [JS] treat forwardDeclare as an import/export statement.
Daniel Jasper
2016-02-22
1
-1
/
+2
*
clang-format: [JS] Support for (.. of ..) loops.
Daniel Jasper
2016-02-11
1
-1
/
+1
*
clang-format: Make it more expensive to break template parameters.
Daniel Jasper
2016-02-11
1
-1
/
+1
*
clang-format: [JS] Don't count shortened object literals as blocks.
Daniel Jasper
2016-02-07
1
-1
/
+1
*
clang-format: Fix corner case in template detection.
Daniel Jasper
2016-02-05
1
-6
/
+15
*
clang-format: Fix incorrect pointer detection in lambdas in constructor
Daniel Jasper
2016-02-01
1
-2
/
+2
*
clang-format: [JS] Treat "in" as a proper operator.
Daniel Jasper
2016-02-01
1
-0
/
+10
*
Fix formatting of fully qualified names in array subscripts.
Manuel Klimek
2016-01-19
1
-1
/
+2
*
clang-format: [JS] Fix incorrect line break leading to semicolon insertion.
Daniel Jasper
2016-01-14
1
-0
/
+2
*
clang-format: Fix overloading "operator," definitions more thoroughly.
Daniel Jasper
2016-01-11
1
-4
/
+4
*
clang-format: Support definitions/declarations of operator,.
Daniel Jasper
2016-01-09
1
-3
/
+4
*
clang-format: [JS] Prefer wrapping before the TypeScript return type
Daniel Jasper
2016-01-08
1
-1
/
+1
*
clang-format: Support weird lambda macros.
Daniel Jasper
2016-01-07
1
-0
/
+12
*
clang-format: Improve line wrapping behavior in call sequences.
Daniel Jasper
2016-01-05
1
-3
/
+13
*
clang-format: [JS] Support more ES6 default exports.
Daniel Jasper
2016-01-04
1
-2
/
+3
*
clang-format: [JS] Support ES6 exports of array literals.
Daniel Jasper
2016-01-04
1
-1
/
+5
*
clang-format: [JS] Improve empty array literal detection.
Daniel Jasper
2016-01-04
1
-3
/
+3
*
clang-format: Fix corner case in builder-type call formatting.
Daniel Jasper
2016-01-04
1
-1
/
+1
*
clang-format: Fix corner case for lambda assignments.
Daniel Jasper
2016-01-04
1
-1
/
+1
*
clang-format: Fix corner-case in ObjC method declaration formatting
Daniel Jasper
2016-01-04
1
-2
/
+1
*
clang-format: [Proto] Basic support for options with <> for repeated fields.
Daniel Jasper
2016-01-04
1
-3
/
+4
*
clang-format: [Proto] Improve wrapping of message field attributes.
Daniel Jasper
2016-01-04
1
-4
/
+5
*
clang-format: Slightly row back on r256343 by increasing penalty for
Daniel Jasper
2015-12-30
1
-1
/
+3
*
clang-format: [JS] Support TypeScript 1.6 user defined type guards.
Daniel Jasper
2015-12-30
1
-0
/
+4
*
clang-format: Fix incorrect function type detection.
Daniel Jasper
2015-12-28
1
-15
/
+8
[prev]
[next]