[all-commits] [llvm/llvm-project] 26089d: Revert "[clang][dataflow] Don't crash when caller ...
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Wed Aug 10 14:30:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26089d4da489dc17711213f917779e480a78ed51
https://github.com/llvm/llvm-project/commit/26089d4da489dc17711213f917779e480a78ed51
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
Revert "[clang][dataflow] Don't crash when caller args are missing storage locations"
https://lab.llvm.org/buildbot/#/builders/74/builds/12713
This reverts commit 43b298ea1282f29d448fc0f6ca971bc5fa698355.
Commit: 75870650433de9e7bfbe86adc1bef2f2a23fe7a3
https://github.com/llvm/llvm-project/commit/75870650433de9e7bfbe86adc1bef2f2a23fe7a3
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
Revert "[clang][dataflow] Analyze constructor bodies"
https://lab.llvm.org/buildbot/#/builders/74/builds/12713
This reverts commit 000c8fef86abb7f056cbea2de99f21dca4b81bf8.
Commit: 8d3c9602959df4caadfade1f40512231f7d6bbe8
https://github.com/llvm/llvm-project/commit/8d3c9602959df4caadfade1f40512231f7d6bbe8
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
Log Message:
-----------
Revert "[clang][dataflow] Store DeclContext of block being analysed in Environment if available."
Use of uninitialized memory.
https://lab.llvm.org/buildbot/#/builders/74/builds/12713
This reverts commit 8a4c40bfe8e6605ffc9d866f8620618dfdde2875.
Compare: https://github.com/llvm/llvm-project/compare/b65471d7152d...8d3c9602959d
More information about the All-commits
mailing list