[all-commits] [llvm/llvm-project] 5b164a: Diagnose use of a naked attribute on a member func...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu Mar 24 08:53:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b164a3a9b8c52e45641203de9c4c73fa7402570
https://github.com/llvm/llvm-project/commit/5b164a3a9b8c52e45641203de9c4c73fa7402570
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/Sema/attr-naked.cpp
Log Message:
-----------
Diagnose use of a naked attribute on a member function in ms-mode
This matches the behavior of cl.exe.
More information about the All-commits
mailing list