aaron.ballman added inline comments.
================ Comment at: docs/clang-tidy/checks/llvm-problematic-statics.rst:7 + +Looks for functions defined in "public" headers that return the address of a static local. These are not guaranteed to have the addresss across shared libraries and could be problematic for plugins. + ---------------- Eugene.Zelenko wrote: > static local variable? Probably //Looks for// should be replaced with > //Detects//. Please also wrap with 80 characters. to have the address -> to have the same address Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D54222 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits