================
@@ -2337,12 +2337,13 @@ class Parser : public CodeCompletionHandler {
     return false;
   }
 
-  bool MaybeParseMicrosoftAttributes(ParsedAttributes &Attrs) {
+  bool MaybeParseMicrosoftAttributes(ParsedAttributes &Attrs,
+                                     bool IsStmtContext = false) {
----------------
mafeguimaraes wrote:

Not too big. I've just updated all 6 call sites to pass `IsStmtContext` 
explicitly and removed the default argument.

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

Reply via email to