[all-commits] [llvm/llvm-project] df0b34: [OpenACC/NFC] Fix 'trailing objects' CRTP.
Erich Keane via All-commits
all-commits at lists.llvm.org
Mon Dec 16 12:44:09 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df0b34cbeb822c81fec43390663659bea97dd2ae
https://github.com/llvm/llvm-project/commit/df0b34cbeb822c81fec43390663659bea97dd2ae
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M clang/include/clang/AST/StmtOpenACC.h
Log Message:
-----------
[OpenACC/NFC] Fix 'trailing objects' CRTP.
A previous patch mistakenly set the CRTP object for the trailing objects
incorrectly. This patch fixes those. This wasn't noticed in testing,
since these types have the same layout.
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