Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang][NFC] Fix potential null dereference in encodeTypeForFunctionP…
…ointerAuth (llvm#104737) This patch replaces getAs with castAs in encodeTypeForFunctionPointerAuth to prevent dereferencing a potential null pointer, enhancing type safety as reported by static analyzer tool.
- Loading branch information