Files
clang-p2996/clang/lib/Analysis/ExprMutationAnalyzer.cpp
Julian Schmidt 9f8ccf50dd [clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#78320)
The check no longer emits a diagnostic for non-parameter-pack 
variables in C++17 fold expressions.
The operator used is type-dependent because of the parameter pack
and can therefore not be guaranteed to not mutate the variable.

Fixes: #70323
2024-01-22 21:51:39 +01:00

29 KiB