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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits