[PATCH] D71524: [analyzer] Support tainted objects in GenericTaintChecker
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 06:09:25 PST 2020
balazske added inline comments.
================
Comment at: clang/test/Analysis/taint-generic.cpp:189
+ istream& getline(istream& is, string& str);
+}
+
----------------
These `std` declarations are at a better place in `system-header-simulator-cxx.h` or a similar file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71524/new/
https://reviews.llvm.org/D71524
More information about the cfe-commits
mailing list