[PATCH] D54395: [clang-tidy] implement utility-function to add 'const' to variables

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 3 13:01:35 PST 2020


JonasToth added a comment.

In D54395#1803552 <https://reviews.llvm.org/D54395#1803552>, @thakis wrote:

> This breaks tests on Windows: http://45.33.8.238/win/5061/step_8.txt
>
> Please take a look, and if takes a while to investigate, please revert in the meantime. (Probably needs the fno-delayed-template-instantiation kludge that's in many other tests.)


you are right. I belive it is "-fno-delayed-template-parsing" though. I added it to the default arguments `runCheckOnCode` for quickfix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D54395





More information about the cfe-commits mailing list