clang-format: Improve operator and template recognition.
Before: static_assert(is_convertible < A &&, B > ::value, "AAA"); After: static_assert(is_convertible<A &&, B>::value, "AAA"); llvm-svn: 214075
Loading
Please register or sign in to comment