[all-commits] [llvm/llvm-project] cc6113: [OpenACC] Fix ast-print for OpenACC Clauses
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Apr 30 08:54:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc6113da826e82f19762eb813e6d932fcef09593
https://github.com/llvm/llvm-project/commit/cc6113da826e82f19762eb813e6d932fcef09593
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M clang/include/clang/AST/OpenACCClause.h
M clang/lib/AST/OpenACCClause.cpp
M clang/lib/AST/StmtPrinter.cpp
A clang/test/AST/ast-print-openacc-compute-construct.cpp
Log Message:
-----------
[OpenACC] Fix ast-print for OpenACC Clauses
Previously we weren't printing expressions correctly, so this patch adds
a test to ensure we do, and fixes how expressions are printed.
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