[all-commits] [llvm/llvm-project] 878194: [analyzer] GenericTaint: Don't expect CallEvent to...
NoQ via All-commits
all-commits at lists.llvm.org
Mon Apr 20 05:32:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 878194414107e94600de31a11be09a347fb2598b
https://github.com/llvm/llvm-project/commit/878194414107e94600de31a11be09a347fb2598b
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
M clang/test/Analysis/taint-generic.c
Log Message:
-----------
[analyzer] GenericTaint: Don't expect CallEvent to always have a Decl.
This isn't the case when the callee is completely unknown,
eg. when it is a symbolic function pointer.
More information about the All-commits
mailing list