[PATCH] D53692: [analyzer] Evaluate all non-checker config options before analysis

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 9 14:52:12 PST 2018


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

Thanks, this is really wonderful.



================
Comment at: test/Analysis/analyzer-config.cpp:1
 // RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 %s -o /dev/null -analyzer-checker=core,osx.cocoa,debug.ConfigDumper -analyzer-max-loop 34 > %t 2>&1
 // RUN: FileCheck --input-file=%t %s --match-full-lines
----------------
NoQ wrote:
> Aaand this test should probably be removed entirely.
I think this one's not actually done^^


Repository:
  rC Clang

https://reviews.llvm.org/D53692





More information about the cfe-commits mailing list