summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/simd_null_pointer_access.cpp
AgeCommit message (Collapse)Author
2021-03-17Fixing a test case that was missed in c165a99a1b8861af87e0509a2e14debf2764804bAaron Ballman
2021-03-05[OpenMP] Handle non-function context before checking for diagnosticPremAnand Rao
emission Ensure that we are in a function declaration context before checking the diagnostic emission status, to avoid dereferencing a NULL function declaration. Differential Revision: https://reviews.llvm.org/D97573