[PATCH] D35216: [analyzer] Escape symbols when creating std::initializer_list.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 4 10:59:45 PDT 2017
NoQ added inline comments.
================
Comment at: test/Analysis/objc-for.m:328
for (id key in array)
clang_analyzer_eval(0); // expected-warning{{FALSE}}
}
----------------
I guess these old tests should be replaced with `warnIfReached()`.
https://reviews.llvm.org/D35216
More information about the cfe-commits
mailing list