[all-commits] [llvm/llvm-project] b14731: [OpenACC][NFC] Fix parse result from 'set'
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Feb 8 07:59:20 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b14731fe93d0db9a59984783051880795ae0992d
https://github.com/llvm/llvm-project/commit/b14731fe93d0db9a59984783051880795ae0992d
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M clang/lib/Parse/ParseOpenACC.cpp
Log Message:
-----------
[OpenACC][NFC] Fix parse result from 'set'
Apparently 'set' was being parsed as 'shutdown'. There isn't really any
way of detecting this without getting into a Sema implementation,
however fixing this now as I noticed it.
More information about the All-commits
mailing list