summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff options
context:
space:
mode:
authorMartin Probst <martin@probst.io>2017-02-27 11:15:53 +0000
committerMartin Probst <martin@probst.io>2017-02-27 11:15:53 +0000
commit20371c30ef6d8fb7f8d0fef51445a67693c056c7 (patch)
treea11fa37f99e1a92cc1974df7d04dda2c9e36ad1e /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
parent88d081b505395fbeb12181dd7e1aa00730779e7a (diff)
downloadbcm5719-llvm-20371c30ef6d8fb7f8d0fef51445a67693c056c7.tar.gz
bcm5719-llvm-20371c30ef6d8fb7f8d0fef51445a67693c056c7.zip
clang-format: [JS] whitespace after async in arrow functions.
Summary: Async arrow functions should be marked with a whitespace after the async keyword, before the parameter list: x = async () => foo(); Before: x = async() => foo(); This makes it easier to tell apart an async arrow function from a call to a function called async. Reviewers: bkramer Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D30399 llvm-svn: 296330
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud