[PATCH] D87004: [analyzer] Evaluate PredefinedExpressions
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 2 07:51:53 PDT 2020
steakhal marked an inline comment as done.
steakhal added a comment.
Thank you all for the comments!
================
Comment at: clang/test/Analysis/eval-predefined-exprs.cpp:101
+ // Such functions have no function name of predefined expressions such as: '__func__' etc.
+ clang_analyzer_warnIfReached();
+ }
----------------
vsavchenko wrote:
> Also can you please add `// no-warning` as a matter of conventions?
Sure, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87004/new/
https://reviews.llvm.org/D87004
More information about the cfe-commits
mailing list