================
@@ -82,17 +82,24 @@ void MacroUsageCheck::registerPPCallbacks(const 
SourceManager &SM,
 void MacroUsageCheck::warnMacro(const MacroDirective *MD, StringRef MacroName) 
{
   const MacroInfo *Info = MD->getMacroInfo();
   StringRef Message;
+  bool PossiblyNotFunctionLike;
----------------
dingxiangfei2009 wrote:

I have chosen a positive wording `MacroBodyExpressionLike` so that it is 
supposedly easier to reason about. Hopefully this is better.

https://github.com/llvm/llvm-project/pull/164806
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to