[all-commits] [llvm/llvm-project] 4cf607: [clang][Interp] Fix visiting non-FieldDecl MemberE...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Jun 11 09:13:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cf607fa15fd9ccd79115095a1eb02e0cd83e1a9
https://github.com/llvm/llvm-project/commit/4cf607fa15fd9ccd79115095a1eb02e0cd83e1a9
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-06-11 (Tue, 11 Jun 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/SemaCXX/ms-const-member-expr.cpp
Log Message:
-----------
[clang][Interp] Fix visiting non-FieldDecl MemberExprs
Ignore the base and visit the Member decl like a regular DeclRefExpr.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list