[flang-commits] [flang] [llvm] [lld] [libcxx] [lldb] [clang-tools-extra] [libc] [clang] [OpenACC] Initial commits to support OpenACC (PR #70234)
    Alexey Bataev via flang-commits 
    flang-commits at lists.llvm.org
       
    Tue Nov  7 12:59:14 PST 2023
    
    
  
================
@@ -229,6 +230,9 @@ class Parser : public CodeCompletionHandler {
   /// Parsing OpenMP directive mode.
   bool OpenMPDirectiveParsing = false;
 
+  /// Parsing OpenACC directive mode.
+  bool OpenACCDirectiveParsing = false;
----------------
alexey-bataev wrote:
It is unused, need to remove it for now.
https://github.com/llvm/llvm-project/pull/70234
    
    
More information about the flang-commits
mailing list