xazax.hun added a comment.

> As turned out we don't even need a BugReporterVisitor for doing the 
> crosscheck.
>  We should simply use the constraints of the ErrorNode since that has all the 
> necessary information.

This should not be true. But we should definitely have a test case that proves 
this. The main idea is that unused symbols can be garbage collected. The 
problem is that the ErrorNode does not have any information about the symbols 
that were garbage collected earlier. This is why we need the visitor.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78457



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

Reply via email to