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

clang-format: Allow braced initializers in template arguments of class

specializations.

Before:
  template <class T>
      struct S < std::is_arithmetic<T> {
  } > {};

After:
  template <class T> struct S<std::is_arithmetic<T>{}> {};

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