[all-commits] [llvm/llvm-project] d0be47: [clang][dataflow] Make `runDataflowReturnError()` ...
martinboehme via All-commits
all-commits at lists.llvm.org
Tue Jul 4 05:45:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0be47c51cfdb8b94eb20279c02e8e2875380919
https://github.com/llvm/llvm-project/commit/d0be47c51cfdb8b94eb20279c02e8e2875380919
Author: Martin Braenne <mboehme at google.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/RecordOps.h
M clang/unittests/Analysis/FlowSensitive/RecordOpsTest.cpp
M clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
M clang/unittests/Analysis/FlowSensitive/TestingSupport.h
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Make `runDataflowReturnError()` a non-template function.
It turns out this didn't need to be a template at all.
Likewise, change callers to they're non-template functions.
Also, correct / clarify some comments in RecordOps.h.
This is in response to post-commit comments on https://reviews.llvm.org/D153006.
Reviewed By: gribozavr2
Differential Revision: https://reviews.llvm.org/D154339
More information about the All-commits
mailing list