================
@@ -923,12 +923,31 @@ SVal AnyCXXConstructorCall::getCXXThisVal() const {
   return UnknownVal();
 }
 
+static bool isWithinStdNamespace(const Decl *D) {
----------------
steakhal wrote:

Makes sense. I think I'd prefer moving this utility in a followup patch, as it 
may take a while to reach consensus where to put it. And I don't want to block 
this PR until that happens.

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

Reply via email to