diff options
author | Wang, Xin10 <xin10.wang@intel.com> | 2023-05-08 05:55:08 -0400 |
---|---|---|
committer | Wang, Xin10 <xin10.wang@intel.com> | 2023-05-08 05:55:39 -0400 |
commit | 77bc5cc658a3b57a1fffbcb0490988ce7047d5b9 (patch) | |
tree | 393f8d83acabc1174713c9e900dd68627ed3fb75 /clang/lib/Basic/IdentifierTable.cpp | |
parent | 651b0e2e7afca926c3d4f8d7f988db40b9832676 (diff) | |
download | llvm-77bc5cc658a3b57a1fffbcb0490988ce7047d5b9.zip llvm-77bc5cc658a3b57a1fffbcb0490988ce7047d5b9.tar.gz llvm-77bc5cc658a3b57a1fffbcb0490988ce7047d5b9.tar.bz2 |
Fix possible self assign issue for DIEValue
In DIEValue's operator assignment constructor, it didn't identify if
the two obj is the same.
I add code to identify them so that it will work correctly when we do
self assign here.
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D150020
Diffstat (limited to 'clang/lib/Basic/IdentifierTable.cpp')
0 files changed, 0 insertions, 0 deletions