balazske wrote: > * Consider extending this to C++.
It was already considered in https://github.com/llvm/llvm-project/pull/153428#discussion_r2276041093. > * Consider ignoring char/u8* types by default. Consider supporting typedefs > (you may need to resolve them 1 by 1). For the ignore `char *` (better: all of the char-sized types), it can be ignored always like `void *`, or can be default in the ignore list (but replaceable if the user specifies a different ignore list). `typedef` is already handled by the check, but not entirely accurately in the ignore list. > * Consider ignoring system headers. This is done by default in clang-tidy. > * Consider using TK_IgnoreUnlessSpelledInSource explicitly. https://github.com/llvm/llvm-project/pull/153428 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits