[PATCH] D133586: [clang] do not hash undefined qualifiers for FunctionNoProtoType

Richard Howell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 9 14:00:40 PDT 2022


rmaz added a comment.

In D133586#3781381 <https://reviews.llvm.org/D133586#3781381>, @rtrieu wrote:

> Do you have a test case for this?

Was struggling to think of a good one. How about a test that repeatedly generates a pcm for a func decl with no params and checks if the DECL_FUNCTION record is the same?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133586



More information about the cfe-commits mailing list