This revision was automatically updated to reflect the committed changes.
Closed by commit rG53122ce2b39f: [NFC] Correct name of profile function to
Profile in APValue (authored by Tyker).
Changed prior to commit:
https://reviews.llvm.org/D88643?vs=295502&id=298330#toc
Repository:
rG LLVM Gi
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
Good idea. (My use for this in class type non-type template parameters doesn't
directly use `APValue`s as values in a folding set, but that seems like a
reasonable use case for this functional
Tyker created this revision.
Tyker added a reviewer: rsmith.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Tyker requested review of this revision.
Capitalize the profile function of APValue such that it can be used by
FoldingSetNodeID
Repository:
rG LLVM Github Monor