[PATCH] D54943: WIP [clang-tidy] implement const-transformation for cppcoreguidelines-const-correctness
Alexander Lanin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 25 14:04:32 PDT 2020
AlexanderLanin added a comment.
Off-Topic: I was just attempting to apply this to my codebase at work.
Seems this will be more challenging than anticipated 😉
My best guess is this is related to D72730 <https://reviews.llvm.org/D72730>
Applying fixes ...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
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