Skip to content
Commit 27f27818 authored by Manuel Klimek's avatar Manuel Klimek
Browse files

Fix formatting of fully qualified names in array subscripts.

Before:
  a[ ::b::c];

After:
  a[::b::c];

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