shafik added a comment.

The proposal has several nice tests and I don't they are all covered here e.g.:

  {
    double a = 7;
    double b = 9;
    {
      double b = b * b;       // undefined, uses uninitialized variable without 
address


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133289

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

Reply via email to