[all-commits] [llvm/llvm-project] 52d069: [clang][dataflow] Add support for lambda captures ...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Wed Oct 11 13:18:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52d06963551938cfe9a2cf481608699cd988d824
https://github.com/llvm/llvm-project/commit/52d06963551938cfe9a2cf481608699cd988d824
Author: Stanislav Gatev <sgatev at google.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
M clang/unittests/Analysis/FlowSensitive/TestingSupport.h
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
M clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp
Log Message:
-----------
[clang][dataflow] Add support for lambda captures (#68558)
This adds support for copy, ref, and this lambda captures to the core
framework and also adds relevant tests in UncheckedOptionalAccessTest.
More information about the All-commits
mailing list