[PATCH] D21128: [pdb] Fix errors with invalid stream numbers

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 08:05:54 PDT 2016


ruiu added a comment.

I think I honestly don't like these macros. They indeed reduces amount of code but are hard to read. I prefer the current style (explicitly writing control flow in a plain C++) over the magical macros.


http://reviews.llvm.org/D21128





More information about the llvm-commits mailing list