Issue 135833
Summary [clang-tidy] create a check that warns on use of vararg functions
Labels clang-tidy, check-request
Assignees
Reporter LegalizeAdulthood
    Create a check that warns if code contains the following:
- varargs style function parameter `...`
- `va_list`
- `va_start`
- `va_arg`

This would implement C++ Guideline [F.55: Don’t use va_arg arguments
](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#F-varargs).
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to