[PATCH] D127649: [analyzer][NFC][test] Add new RUN line with support-symbolic-integer-casts=true to expr-inspection.cpp
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 14 00:39:13 PDT 2022
steakhal added inline comments.
================
Comment at: clang/test/Analysis/expr-inspection.cpp:11-13
void clang_analyzer_denote(int x, const char *str);
+void clang_analyzer_denote(unsigned x, const char *str);
void clang_analyzer_express(int x);
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127649/new/
https://reviews.llvm.org/D127649
More information about the cfe-commits
mailing list