[PATCH] D45444: [clang-tidy] implement new check for const-correctness
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 12:36:02 PDT 2018
JonasToth added a comment.
I am, but this revision relies on support on the analysis in the
frontend. This seems currently stalled as the developer there seems busy
with other stuff.
Once i implement transofmration-capabilites i will evaluate if there are
any false-positives that would break. Once that is done it might still
land even if there is no frontend progress.
Right now we are aware of false-negatives in the const-ness detection,
that should not influence this check though. And of course obscure
(template) cases might still be buggy.
Am 31.10.18 um 20:33 schrieb Dávid Bolvanský via Phabricator:
> xbolva00 added a comment.
>
> Are you still looking at this?
>
> Repository:
>
> rCTE Clang Tools Extra
>
> https://reviews.llvm.org/D45444
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D45444
More information about the cfe-commits
mailing list