aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorerichkeane <ekeane@nvidia.com>2025-03-12 08:17:39 -0700
committererichkeane <ekeane@nvidia.com>2025-03-12 08:19:21 -0700
commit5c02e74d21fdec44fa9c3a8b45ef60e5b433bf71 (patch)
tree430e3a9327a81dbb0b78376ad0f11c77c626116b /clang/lib/CodeGen/CodeGenModule.h
parent10085390c6d4d0df04bf412f4c9ce7ebaaa5e3f3 (diff)
downloadllvm-5c02e74d21fdec44fa9c3a8b45ef60e5b433bf71.zip
llvm-5c02e74d21fdec44fa9c3a8b45ef60e5b433bf71.tar.gz
llvm-5c02e74d21fdec44fa9c3a8b45ef60e5b433bf71.tar.bz2
Fix use of CXXThisScopeRAII
Seemingly I managed to not give this a name, and not notice that it didn't properly introduce the scope it was supposed to! This patch gives it a name which should hopefully/presumably fix any cases where we don't properly introduce the 'this' scope. I presume that previous callers to this might also do this in most cases so that this is a redundant scope, but we have to make sure it happens. FIXES: #130846
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions