llvm-project/clang/include
Chris Hamilton cae3b70ceb [PR49761] Fix variadic arg handling in matcher
Mishandling of variadic arguments in a function call caused a crash
(runtime assert fail) in bugprone-infinite-loop tidy checker.  Fix
is to limit argument matching to the lesser of the number of variadic
params in the prototype or the number of actual args in the call.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D101108
2021-04-23 12:07:14 -05:00
..
clang [PR49761] Fix variadic arg handling in matcher 2021-04-23 12:07:14 -05:00
clang-c [OpenMP51] Initial support for masked directive and filter clause 2021-04-09 14:00:36 -05:00
CMakeLists.txt