================
@@ -1141,6 +1141,97 @@ static bool ProcessFormatStringLiteral(const Expr 
*FormatExpr,
   return false;
 }
 
+static StringRef getSimpleLibraryFunctionName(const FunctionDecl *FD) {
----------------
efriedma-quic wrote:

We generally prefer to check BuiltinIDs instead of directly examining the name; 
names are complicated to analyze.

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

Reply via email to