[PATCH] D53692: [analyzer] Evaluate all non-checker config options before analysis
Umann Kristóf via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 9 15:05:31 PST 2018
Szelethus marked an inline comment as done.
Szelethus added a comment.
Thanks! This patch was the last for a while directly related to non-checker config options, I'm currently stuck on them as I unearthed countless bugs that I have to fix beforehand. (Did you know that clang unit tests do not run with check-clang-analysis?)
================
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:
> NoQ wrote:
> > Aaand this test should probably be removed entirely.
> I think this one's not actually done^^
Uh, right, I misunderstood what you meant :D
Repository:
rC Clang
https://reviews.llvm.org/D53692
More information about the cfe-commits
mailing list