[PATCH] D25373: Fix for Bug 30639: CGDebugInfo Null dereference with OpenMP array access

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 01:03:00 PDT 2016


ABataev added a comment.

I think the fix is not quite correct. I believe it's better to replace a call of getVariableArrayDecayedType() in CGStmtOpenMP.cpp by a call to getCanonicalParamType(). Try to replace it and check the result.


Repository:
  rL LLVM

https://reviews.llvm.org/D25373





More information about the cfe-commits mailing list