In all of these cases, the cause of the spacing is not the {. We put spaces
on both sides of a multiply, or after a comma.

The debug thing is (IMO) a bad example in every way. It's a macro, the
contents are a block, and yuck.

On Fri, Jun 12, 2015 at 1:00 AM Daniel Jasper <djas...@google.com> wrote:

> Those examples are very selective, though:
>
>   someFunction(a, {1, 2, 3});
>   Debug({ llvm::errs() << "abc\n"; });
>   SomeIntType b = a * {7};
>
>
> http://reviews.llvm.org/D10410
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits@cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to