In `clang-10`, `clang-tidy`, added a new checker `readability-qualified-auto`. We should enable it in our static-analysis.
Bug 1612274 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In `clang-10`, `clang-tidy`, added a new checker `readability-qualified-auto`. We should enable it in our static-analysis. Right now we are using `clang-9.0.1` but when `clang-10` will officially be released we should make this move.