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

Florin Iucha via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 6 16:34:06 PST 2020


0x8000-0000 added a comment.

In D54943#1805439 <https://reviews.llvm.org/D54943#1805439>, @JonasToth wrote:

> > This last version too builds with RelWithDebInfo and fails with Debug configuration (both clean builds).
>
> So it only fails in debug-build?


Correct; I can build 'Release' or 'RelWithDebInfo' but not 'Debug'.


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