[PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
kremenek at apple.com
Tue Dec 17 16:58:41 PST 2013
Let's make this an assertion instead of a conditional check. This is an invariant, and not something we should soft fail. The bug is in the calling code.
http://llvm-reviews.chandlerc.com/D2427
More information about the cfe-commits
mailing list