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: [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
*
clang-format: Lower penalty for breaking between array subscripts.
Daniel Jasper
2015-12-23
1
-1
/
+1
*
clang-format: Fix incorrect pointer detection.
Daniel Jasper
2015-12-23
1
-1
/
+1
*
Support AlwaysBreakAfterReturnType
Zachary Turner
2015-12-18
1
-9
/
+26
*
clang-format: Make wrapping after "./->" cheaper, even if the element
Daniel Jasper
2015-12-07
1
-4
/
+14
*
clang-format: Re-add code path deleted in r253873 and add missing test.
Daniel Jasper
2015-11-23
1
-0
/
+9
*
clang-format: Signficantly refactor the cast detection.
Daniel Jasper
2015-11-23
1
-49
/
+60
*
clang-format: Fix incorrect cast detection.
Daniel Jasper
2015-11-23
1
-17
/
+15
*
clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty"
Daniel Jasper
2015-11-20
1
-0
/
+1
*
clang-format: [JS] Properly add a space after "in" in for loops.
Daniel Jasper
2015-11-20
1
-1
/
+2
*
clang-format: Don't use incorrect space in macro calls with operators.
Daniel Jasper
2015-11-20
1
-1
/
+2
*
clang-format: [Proto] Support extending message.
Daniel Jasper
2015-11-20
1
-1
/
+1
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-1
/
+1
*
clang-format: [JS] Add goog.setTestOnly to the list of stuff that
Daniel Jasper
2015-10-29
1
-3
/
+4
*
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Daniel Jasper
2015-10-27
1
-7
/
+4
*
clang-format: Fix false positive in cast detection.
Daniel Jasper
2015-10-26
1
-1
/
+2
*
clang-format/java: Break after annotations on fields in Chromium style.
Nico Weber
2015-10-15
1
-1
/
+1
*
clang-format: Fixed typecast getting put on a separate line from the
Daniel Jasper
2015-10-12
1
-1
/
+3
*
clang-format: Fixed missing space between Obj-C for/in and a typecast.
Daniel Jasper
2015-10-07
1
-1
/
+2
*
clang-format: Understand array reference types.
Daniel Jasper
2015-10-07
1
-1
/
+1
*
clang-format: Fix false positive in pointer/reference detection.
Daniel Jasper
2015-10-07
1
-1
/
+3
[prev]
[next]