NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

You're testing it with the help of an alpha checker. Is this checker doing 
something special that we don't do normally? In particular, both array bound 
checkers that we have are very likely to be re-done from scratch if they are 
ever to be completed. A lot of decisions in them are questionable. So i'm 
worried that this test will become stale in that process. Maybe a unittest 
would be more appropriate so that to guarantee the specific functionality 
without relying on implementation details of the specific checker(?)

Code looks great and I guess assertions are a test on their own.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98341

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

Reply via email to