[PATCH] D87942: [Analyzer] GNU named variadic macros in Plister
Chris Hamilton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 19 05:20:51 PDT 2020
chrish_ericsson_atx added inline comments.
================
Comment at: clang/test/Analysis/plist-macros-with-expansion.cpp:536
+ do { \
+ } while (0)
+
----------------
Seems the do {} while (0) idiom is a problem, because the plist output gets formatted differently on windows than it does on Linux. (Extra space).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87942/new/
https://reviews.llvm.org/D87942
More information about the cfe-commits
mailing list