================
@@ -229,6 +230,9 @@ class Parser : public CodeCompletionHandler {
/// Parsing OpenMP directive mode.
bool OpenMPDirectiveParsing = false;
+ /// Parsing OpenACC directive mode.
+ bool OpenACCDirectiveParsing = false;
----------------
erichkeane wrote:
Ah, I see. As it is likely to be used within another patch or two, I see value
in leaving it (if only to not have to edit hte Parser.cpp lines again), but can
remove it if you insist.
https://github.com/llvm/llvm-project/pull/70234
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits