Unverified Commit a7520d97 authored by Shourya Goel's avatar Shourya Goel Committed by GitHub
Browse files

[Clang-tidy] bugprone-too-small-loop-variable - false-negative when const...

[Clang-tidy] bugprone-too-small-loop-variable - false-negative when const variable is used as loop bound (#81183)

Changed LibASTMatcher to give an appropriate warning
when a const loop bound is initialized with a function declaration.

Fixes: #79580
parent 4bf9fa5f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment