[PATCH] D54943: [clang-tidy] implement const-transformation for cppcoreguidelines-const-correctness

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 6 02:17:35 PST 2020


JonasToth added a comment.

In D54943#1805108 <https://reviews.llvm.org/D54943#1805108>, @0x8000-0000 wrote:

> In D54943#1804943 <https://reviews.llvm.org/D54943#1804943>, @JonasToth wrote:
>
> > - Merge branch 'master' into feature_transform_const.patch
> > - link clangAnalysis to the cppcoreguidelines-module
> > - fix InitListExpr as well
>
>
> This last version too builds with RelWithDebInfo and fails with Debug configuration (both clean builds).


So it only fails in debug-build?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D54943





More information about the cfe-commits mailing list