[all-commits] [llvm/llvm-project] 736a38: clang-format: [JS] tests for async wrapping.

Martin Probst via All-commits all-commits at lists.llvm.org
Thu Jan 16 02:23:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 736a3802124b57490fa1e67538415a2a77fa731c
      https://github.com/llvm/llvm-project/commit/736a3802124b57490fa1e67538415a2a77fa731c
  Author: Martin Probst <martin at probst.io>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M clang/unittests/Format/FormatTestJS.cpp

  Log Message:
  -----------
  clang-format: [JS] tests for async wrapping.

Summary:
Adds tests to ensure that `async method() ...` does not wrap between async and
the method name, which would cause automatic semicolon insertion.

Reviewers: krasimir

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70377




More information about the All-commits mailing list