[all-commits] [llvm/llvm-project] 0b12ef: [clang][dataflow] Add support for nested method ca...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Thu Sep 22 12:17:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b12efc7a42c187400f7df18d5fd629d92d2747e
https://github.com/llvm/llvm-project/commit/0b12efc7a42c187400f7df18d5fd629d92d2747e
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Add support for nested method calls.
Extend the context-sensitive analysis to handle a call to a method (of the same
class) from within a method. That, is a member-call expression through `this`.
Differential Revision: https://reviews.llvm.org/D134432
More information about the All-commits
mailing list