"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "ab42d42390d39f8335d01c36048c7da1d122c297"
Fix incorrect token counting introduced by r185319.
This lead to weird formatting. Before: DoSomethingWithVector({ {} /* No data */ }, { { 1, 2 } }); After: DoSomethingWithVector({ {} /* No data */ }, { { 1, 2 } }); llvm-svn: 185346
Loading
Please register or sign in to comment