[PATCH] D85319: [analyzer] Get info from the LLVM IR for precision

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 5 11:45:20 PDT 2020


NoQ added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp:720
+              F->getAttributes().hasFnAttribute(llvm::Attribute::ReadOnly))
+            return;
+
----------------
Before i forget: you still need to conjure the return value.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85319



More information about the cfe-commits mailing list