[all-commits] [llvm/llvm-project] f59795: [NFC][CLANG] Fix nullptr dereference issue in Code...
smanna12 via All-commits
all-commits at lists.llvm.org
Sat May 27 07:20:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f59795b2b703d5a782e4c29c0e786ee01942f16a
https://github.com/llvm/llvm-project/commit/f59795b2b703d5a782e4c29c0e786ee01942f16a
Author: Manna, Soumi <soumi.manna at intel.com>
Date: 2023-05-27 (Sat, 27 May 2023)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
Log Message:
-----------
[NFC][CLANG] Fix nullptr dereference issue in CodeGenModule::GetConstantArrayFromStringLiteral()
This patch adds an assert.
Reviewed By: erichkeane
Differential Revision: https://reviews.llvm.org/D151480
More information about the All-commits
mailing list