[all-commits] [llvm/llvm-project] 38565d: [LangRef] Add some documentation for ABI / call-si...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 9 00:36:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38565da5259729898c2a552d54b72f3314241734
https://github.com/llvm/llvm-project/commit/38565da5259729898c2a552d54b72f3314241734
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[LangRef] Add some documentation for ABI / call-site attributes (#121930)
Explicitly mention that attributes can be applied to call-sites, and
explain that ABI attributes between the call-site and called function
should match.
Companion lint change: https://github.com/llvm/llvm-project/pull/121929
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