[all-commits] [llvm/llvm-project] 4e3d46: Fix undefined behaviour when trying to deref nullptr.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Jun 4 14:52:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e3d4622b1e7bd419815510e5f7cd0f96595b2a3
https://github.com/llvm/llvm-project/commit/4e3d4622b1e7bd419815510e5f7cd0f96595b2a3
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
Fix undefined behaviour when trying to deref nullptr.
More information about the All-commits
mailing list