[PATCH] D157445: [CodeGen][UBSan] getUBSanFunctionTypeHash does not handle the attributed function case correctly, leading to an assertion failure. This patch desugars the QualType if it is of AttributedType.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 10:07:58 PDT 2023


MaskRay added a comment.

The title is very long. Can you shorten it and put additional description to the body of the commit message (aka summary)?

What does the test `ubsan-function-attributed.c` do? It lacks comments to help reader understand the issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157445



More information about the cfe-commits mailing list