[all-commits] [llvm/llvm-project] 41f5f3: [OpenACC] Fix uses of getBaseOriginalType when we ...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Oct 10 11:42:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41f5f3be30105260ccc30433b49f60d5885e731b
https://github.com/llvm/llvm-project/commit/41f5f3be30105260ccc30433b49f60d5885e731b
Author: Erich Keane <ekeane at nvidia.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M clang/include/clang/AST/Expr.h
M clang/include/clang/Sema/SemaOpenACC.h
M clang/lib/AST/Expr.cpp
M clang/lib/CIR/CodeGen/CIRGenOpenACC.cpp
M clang/lib/Sema/SemaOpenACC.cpp
M clang/lib/Sema/SemaOpenACCClause.cpp
M clang/test/SemaOpenACC/combined-construct-reduction-clause.cpp
M clang/test/SemaOpenACC/compute-construct-reduction-clause.c
M clang/test/SemaOpenACC/compute-construct-reduction-clause.cpp
M clang/test/SemaOpenACC/loop-construct-reduction-clause.cpp
Log Message:
-----------
[OpenACC] Fix uses of getBaseOriginalType when we really want elt type. (#162880)
Lately, I've been using 'getBaseOriginalType' in ArraySectionExpr
incorrectly: it gets the base-ist of element type, when in reality, I
want a single type of indirection. This patch corrects the handful of
uses that I had for it.
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