[PATCH] D131386: [clang-tidy] Added `ConstAlignment` option to `misc-const-correctness`

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 15 07:42:17 PDT 2022


carlosgalvezp added a comment.

> but removing those options can break people's .clang-tidy config files

Aren't there deprecation mechanisms? I think trying to be backwards compatible across all possible versions can lead to suboptimal solutions and make the tool harder to use and hard/slow to adapt to the needs of the community.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131386/new/

https://reviews.llvm.org/D131386



More information about the cfe-commits mailing list