Skip to content
Commit 3992e2c7 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: Support member function reference qualifiers with

trailing return types.

Before:
  template <typename T>
      auto x() & -> int {}

After:
  template <typename T>
  auto x() & -> int {}

llvm-svn: 241188
parent eb11c419
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment