[PATCH] D83961: [Analyzer] Fix bug report source locations in minimal output.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 17 05:53:58 PDT 2020
balazske added a comment.
Big part of the test failures is with the `osx.cocoa.RetainCount` checker. Only a small part of the errors is fixed now.
================
Comment at: clang/lib/Analysis/PathDiagnostic.cpp:369
+ }
+ }
if (X.getBugType() != Y.getBugType())
----------------
This change is needed to eliminate crash in tests at `assert(b.hasValue());`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83961/new/
https://reviews.llvm.org/D83961
More information about the cfe-commits
mailing list