================
@@ -2347,6 +2347,27 @@ Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, 
ExprValueKind VK,
   return E;
 }
 
+// Check whether a similar function-like macro exists and suggest it
----------------
AaronBallman wrote:

```suggestion
// Diagnose when a macro cannot be expanded because it's a function-like macro
// being used as an object-like macro. Returns true if a diagnostic is emitted.
```

https://github.com/llvm/llvm-project/pull/123495
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to