[all-commits] [llvm/llvm-project] b89eb9: [Clang][OpenMP] Fix `!isNull() && "Cannot retrieve...

Shourya Goel via All-commits all-commits at lists.llvm.org
Wed Feb 7 11:38:34 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b89eb9790a8962ca634965d05491a93c58773faf
      https://github.com/llvm/llvm-project/commit/b89eb9790a8962ca634965d05491a93c58773faf
  Author: Shourya Goel <114918019+Sh0g0-1758 at users.noreply.github.com>
  Date:   2024-02-07 (Wed, 07 Feb 2024)

  Changed paths:
    M clang/lib/Sema/SemaOpenMP.cpp
    A clang/test/OpenMP/bug69085.c

  Log Message:
  -----------
  [Clang][OpenMP] Fix `!isNull() && "Cannot retrieve a NULL type pointer"' fail. (#81015)

Fixes : #69085 , #69200

**PR SUMMARY**: "Added Null check for negative sized array and a test
for the same"




More information about the All-commits mailing list