[clang] [OpenACC] Implement initial parsing for Construct/Directive Names (PR #72661)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 17 07:21:42 PST 2023


================
@@ -3531,7 +3535,7 @@ class Parser : public CodeCompletionHandler {
   /// Placeholder for now, should just ignore the directives after emitting a
   /// diagnostic. Eventually will be split into a few functions to parse
   /// different situations.
-  DeclGroupPtrTy ParseOpenACCDirective();
+  DeclGroupPtrTy ParseOpenACCDirectiveDecl();
----------------
alexey-bataev wrote:

Make it in a separate NFC patch

https://github.com/llvm/llvm-project/pull/72661


More information about the cfe-commits mailing list