[PATCH] D39151: [tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macros

Alex Langford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 18:01:36 PDT 2017


xiaobai added a comment.

I'm not sure if the same requirement is present in C++11.

I tried what you suggested based off of the other void argument functions that use a fake argument, which seems to work well here too. Much better than the complex macros! :)


https://reviews.llvm.org/D39151





More information about the llvm-commits mailing list