[PATCH] D53856: [analyzer] Put llvm.Conventions back in alpha

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 29 19:15:04 PDT 2018


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

I've actually never noticed this checker until you started updating the website :)

This might be also covered by @rnkovacs's string buffer escape checker - either already or eventually, it'll become just yet another string view API that the checker supports.



================
Comment at: test/Analysis/llvm-conventions.cpp:8
+
+using size_t = unsigned long;
+using size_type = size_t;
----------------
I think we should try to re-use (and possibly extend) `test/Analysis/inputs/system-header-simulator-cxx.h`.


https://reviews.llvm.org/D53856





More information about the cfe-commits mailing list