[all-commits] [llvm/llvm-project] f993a8: [Lint] Lint mismatch in ABI attributes (#121929)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 8 08:06:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f993a8baddb2cc19257da2d7f3935fe3f4154922
https://github.com/llvm/llvm-project/commit/f993a8baddb2cc19257da2d7f3935fe3f4154922
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M llvm/lib/Analysis/Lint.cpp
A llvm/test/Analysis/Lint/abi-attrs.ll
Log Message:
-----------
[Lint] Lint mismatch in ABI attributes (#121929)
Detect cases where ABI attributes between the call-site and the called
function differ. For now this only handles argument attributes.
Inspired by
https://discourse.llvm.org/t/difference-between-call-site-attributes-and-declaration-attributes/83902.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list