[all-commits] [llvm/llvm-project] 731361: [OpenACC] Fix bug with directive name being a 'spe...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Dec 8 09:33:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 731361cd1540d0e729633833e6f3a670443c4b84
https://github.com/llvm/llvm-project/commit/731361cd1540d0e729633833e6f3a670443c4b84
Author: erichkeane <ekeane at nvidia.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M clang/lib/Parse/ParseOpenACC.cpp
M clang/test/ParserOpenACC/parse-constructs.c
Log Message:
-----------
[OpenACC] Fix bug with directive name being a 'special token'
If the 'directive name' is a special token instead of an identifier, we
end up asserting. This fixes that.
More information about the All-commits
mailing list