[PATCH] D133874: [clang] Changes to produce sugared converted template arguments

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 16:36:14 PDT 2022


mizvekov added a comment.

This is surprisingly not from a bug in this patch.

So `getCanonicalTemplateArgument` is broken for the types of declarations.

This bug was supposedly fixed by zygoloid (https://github.com/llvm/llvm-project/commit/849c60541b630ddf8cabf9179fa771b3f4207)
But then was reverted by https://github.com/llvm/llvm-project/commit/ba2dff0159fcd1d2349bc610331914618ca9bc30.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133874



More information about the cfe-commits mailing list