[PATCH] D38688: [clang-tidy] Misc redundant expressions checker updated for macros

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 08:36:34 PDT 2017


xazax.hun added inline comments.


================
Comment at: clang-tidy/misc/RedundantExpressionCheck.cpp:41
+static const llvm::StringSet<> KnownBannedMacroNames = {"EAGAIN", "EWOULDBLOCK",
+                                                      "SIGCLD", "SIGCHLD"};
 
----------------
Is this block clang formatted? The indentation of the second line looks strange. 


https://reviews.llvm.org/D38688





More information about the cfe-commits mailing list