mgabka added a comment.

I noticed that this patch is causing now an assertion failure for cases like :

class A{

  void a() {
    #pragma omp parallel
    a(b);
  }

};

The failed assertion is: "const clang::ValueDecl* getCanonicalDecl(const 
clang::ValueDecl*): Assertion `FD' failed."

while before it clang was correctly  reporting error:
error: use of undeclared identifier 'b'

is it the same assertion you were trying to fix here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127803/new/

https://reviews.llvm.org/D127803

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to