[all-commits] [llvm/llvm-project] add743: [OPENMP]Fix crash on error message for declare red...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Fri Jan 3 09:16:08 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: add743b4348095c0d2e407c7a2b8a87a5f8194b0
      https://github.com/llvm/llvm-project/commit/add743b4348095c0d2e407c7a2b8a87a5f8194b0
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2020-01-03 (Fri, 03 Jan 2020)

  Changed paths:
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/test/OpenMP/declare_reduction_messages.cpp

  Log Message:
  -----------
  [OPENMP]Fix crash on error message for declare reduction.

If the qualified reduction name is specified and not found, the compiler
may crash because of not specified parameter.




More information about the All-commits mailing list