[all-commits] [llvm/llvm-project] 536bd7: [NFC] Rename 'Expr' to 'RefExpr' to fix the build ...
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Oct 23 08:09:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 536bd7214848a75594bb72ab01e02d13d54fb359
https://github.com/llvm/llvm-project/commit/536bd7214848a75594bb72ab01e02d13d54fb359
Author: Erich Keane <ekeane at nvidia.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M clang/include/clang/AST/StmtOpenACC.h
M clang/lib/CIR/CodeGen/CIRGenStmtOpenACC.cpp
Log Message:
-----------
[NFC] Rename 'Expr' to 'RefExpr' to fix the build warnings (#164828)
I used 'expr' since that is what it is in the standard, but that
obviously conflicts with our warnings on some build bots. This patch
fixes that by renaming 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