[PATCH] D47670: [analyzer] [NFC] Remove unused Extensive diagnostic setting, rename AlternateExtensive to Extensive.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 18 08:33:17 PDT 2018
alexfh added inline comments.
================
Comment at: lib/StaticAnalyzer/Core/BugReporter.cpp:2613
+ jj++;
+ assert(jj<10);
// Get a clean copy of all the visitors.
----------------
Was this meant to be committed? I see this assertion firing on a ton of files.
Repository:
rC Clang
https://reviews.llvm.org/D47670
More information about the cfe-commits
mailing list