[all-commits] [llvm/llvm-project] 616833: [OpenACC] Handle lack of construct/directive
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Nov 17 13:49:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6168337640addcf137c780d83770bd5e6e06a8c2
https://github.com/llvm/llvm-project/commit/6168337640addcf137c780d83770bd5e6e06a8c2
Author: erichkeane <ekeane at nvidia.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/lib/Parse/ParseOpenACC.cpp
M clang/test/ParserOpenACC/parse-constructs.c
Log Message:
-----------
[OpenACC] Handle lack of construct/directive
Discovered while working on another patch, this patch fixes the case
where are construct/directive name isn't provided.
More information about the All-commits
mailing list