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

Will this also fix these problems?

  int i = 0;
  //% code_that_is_executed
  
  //% that that isn't executed as it's behind an empty line :(

I think disabling the check is fine. You can also just change the `'= 14'` to a 
`'= 11'`. I originally only intended to capture the current behavior and 
assumed we prefer local variables, but the agreement back then was that we 
don't know what is the correct behavior in this situation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79563



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

Reply via email to