[clang] [clang][OpenACC] Fix copy-paste name in ParsingOpenACCDirectiveRAII (PR #81796)

2024-02-15 Thread Erich Keane via cfe-commits
https://github.com/erichkeane closed https://github.com/llvm/llvm-project/pull/81796 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][OpenACC] Fix copy-paste name in ParsingOpenACCDirectiveRAII (PR #81796)

2024-02-15 Thread Erich Keane via cfe-commits
https://github.com/erichkeane approved this pull request. Ooof, thank you so much! https://github.com/llvm/llvm-project/pull/81796 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][OpenACC] Fix copy-paste name in ParsingOpenACCDirectiveRAII (PR #81796)

2024-02-14 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (FruitClover) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/81796.diff 1 Files Affected: - (modified) clang/include/clang/Parse/RAIIObjectsForParser.h (+1-1) ``diff diff --git

[clang] [clang][OpenACC] Fix copy-paste name in ParsingOpenACCDirectiveRAII (PR #81796)

2024-02-14 Thread via cfe-commits
https://github.com/FruitClover created https://github.com/llvm/llvm-project/pull/81796 None >From e7b232ea0228a267bf92ec0bbd61b61eac9cb579 Mon Sep 17 00:00:00 2001 From: Mike Kashkarov Date: Thu, 8 Feb 2024 19:27:29 +0300 Subject: [PATCH] [clang][OpenACC] Fix copy-paste name in