[clang][PAC] Ensure that hasAddressDiscriminatedPointerAuth actually reports the truth for non trivial types #139210
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
as in title, hasAddressDiscriminatedPointerAuth acts like it works on all types, but realistically does not, which makes it an error prone API. Either it should fail hard (or not be available) on types it does not handle correctly, or it should handle all types correctly.
The text was updated successfully, but these errors were encountered: