Charusso marked an inline comment as done.
Charusso added a comment.

@Szelethus pointed out well. My patch is about nullability, and it is perfect. 
The bug report you made is about deduplication rather than nullability. The 
fact is we fail to call the deduplication function: 
`eventsDescribeSameCondition()` from `removeRedundantMsgs(PathPieces &path)` 
because the `path` does not contain the path pieces. We call 
`removeRedundantMsgs` with passing the `PD->getMutablePieces()`, but this only 
contains one piece of the top-level function call in the test case you have 
attached.

I would upstream my hotfix of nullability without any tests as the comment says 
the intention and also we have plenty of tests of `TrackConstraintBRVisitor`, 
none of them changed.


Repository:
  rC Clang

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

https://reviews.llvm.org/D66267



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

Reply via email to