Import the cert check for variadic function definitions into
cppcoreguidelines module to check part of
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#-type8-avoid-reading-from-varargs-or-passing-vararg-arguments-prefer-variadic-template-parameters-instead
Details
Details
- Reviewers
aaron.ballman alexfh bkramer sbenza - Commits
- rG0f629153af29: [clang-tidy] add cert's VariadicFunctionDefCheck as cppcoreguidelines-pro-type…
rCTE250468: [clang-tidy] add cert's VariadicFunctionDefCheck as cppcoreguidelines-pro-type…
rL250468: [clang-tidy] add cert's VariadicFunctionDefCheck as cppcoreguidelines-pro…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM! (If you haven't already gotten commit privileges, now would be a good time to get them -- I will be out of town for two weeks starting Saturday, and alexfh is also currently out of town.)
~Aaron