Skip to content
GitLab
Explore
Sign in
Commit
1904e9b9
authored
Aug 14, 2014
by
Daniel Jasper
Browse files
clang-format: Support chained dereferenced assignments.
Before: x = * a(x) = *a(y); After: x = *a(x) = *a(y); llvm-svn: 215632
parent
78b4533a
Loading
Loading
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Loading
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment