[all-commits] [llvm/llvm-project] e49918: [clang-fuzzer] CreateAndRunJITFunc - fix use after...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Oct 26 05:25:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e4991867fb5ace434640bfacfd28720ad031d33c
https://github.com/llvm/llvm-project/commit/e4991867fb5ace434640bfacfd28720ad031d33c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
Log Message:
-----------
[clang-fuzzer] CreateAndRunJITFunc - fix use after move static analyzer warning.
We were using the unique_ptr M to determine the triple after it had been moved in the EngineBuilder constructor.
More information about the All-commits
mailing list