================
@@ -10566,6 +10637,10 @@ Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, 
DeclContext *DC,
       }
     }
 
+    if (getLangOpts().BoundsSafety) {
----------------
ak1932 wrote:

> The whole point of this warning is to collect data to help us make decisions 
> about name lookup

Oh I see. I'll remove it then.

> the bounds safety extension flag isn't even functional, so the guard would be 
> pretty meaningless anyway.

The guard had worked with the flags `-Xclang -fexperimental-bounds-safety`, so 
I thought it would be fine for now. But, it's better to remove it if we need 
the community consensus on the feature 👍

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

Reply via email to