aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/IdentifierTable.cpp
diff options
context:
space:
mode:
authorWang, Xin10 <xin10.wang@intel.com>2023-05-08 05:55:08 -0400
committerWang, Xin10 <xin10.wang@intel.com>2023-05-08 05:55:39 -0400
commit77bc5cc658a3b57a1fffbcb0490988ce7047d5b9 (patch)
tree393f8d83acabc1174713c9e900dd68627ed3fb75 /clang/lib/Basic/IdentifierTable.cpp
parent651b0e2e7afca926c3d4f8d7f988db40b9832676 (diff)
downloadllvm-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