[libcxx-commits] [llvm] [lld] [clang] [lldb] [flang] [libcxx] [clang-tools-extra] [libc] [OpenACC] Initial commits to support OpenACC (PR #70234)
Erich Keane via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 13 07:21:50 PST 2023
================
@@ -229,6 +230,9 @@ class Parser : public CodeCompletionHandler {
/// Parsing OpenMP directive mode.
bool OpenMPDirectiveParsing = false;
+ /// Parsing OpenACC directive mode.
+ bool OpenACCDirectiveParsing = false;
----------------
erichkeane wrote:
Its currently being used here: https://github.com/llvm/llvm-project/pull/70234/files#diff-5c51bae1966e0b475927bfa75751eb83db5d90f828aa825cb24f40dea653c408R322 (Line 322 in Parser.cpp).
https://github.com/llvm/llvm-project/pull/70234
More information about the libcxx-commits
mailing list