[PATCH] D79425: [analyzer] StdLibraryFunctionsChecker: Add overload for adding the same summary for different names

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 00:30:11 PDT 2020


balazske added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp:672
+        operator()(Name, S);
+    }
   } addToFunctionSummaryMap(ACtx, FunctionSummaryMap);
----------------
Theoretically it is possible to have a //multiple names//-//multiple summaries// case (multiple function names that have the same overloads)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79425/new/

https://reviews.llvm.org/D79425





More information about the cfe-commits mailing list