This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 36a5831 [analyzer] DeallocChecker: Don't warn about directly-set IBOu [...] new db243f9 Fix for PR30639: CGDebugInfo Null dereference with OpenMP arr [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CGStmtOpenMP.cpp | 21 +++++++++++++++++---- test/OpenMP/debug-info-openmp-array.cpp | 13 +++++++++++++ test/OpenMP/for_reduction_codegen.cpp | 4 ++-- test/OpenMP/for_reduction_codegen_UDR.cpp | 4 ++-- test/OpenMP/target_firstprivate_codegen.cpp | 2 +- test/OpenMP/target_map_codegen.cpp | 2 +- 6 files changed, 36 insertions(+), 10 deletions(-) create mode 100644 test/OpenMP/debug-info-openmp-array.cpp