clang-format: Support chained dereferenced assignments.
Before: x = * a(x) = *a(y); After: x = *a(x) = *a(y); llvm-svn: 215632
Loading
Please register or sign in to comment
Before: x = * a(x) = *a(y); After: x = *a(x) = *a(y); llvm-svn: 215632