[all-commits] [llvm/llvm-project] b62c45: Fix sanitize problem. (#90800)
jyu2-git via All-commits
all-commits at lists.llvm.org
Thu May 2 20:54:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b62c45cfe514237f71a7f461ba283dd13a92bfe0
https://github.com/llvm/llvm-project/commit/b62c45cfe514237f71a7f461ba283dd13a92bfe0
Author: jyu2-git <jennifer.yu at intel.com>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M clang/lib/Parse/ParseOpenMP.cpp
Log Message:
-----------
Fix sanitize problem. (#90800)
Currently isMapType could return OpenMPMapModifierKind.
The change is to return OpenMPMapTypeKind only, if it is not MapType
Kind OMPC_MAP_unknown is returned.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list