[all-commits] [llvm/llvm-project] 8995cc: [Clang] Add support for [[msvc::noinline]] attribu...

Xu Zhang via All-commits all-commits at lists.llvm.org
Tue May 28 06:29:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8995ccc4460ed8a90dcc9bd023743a8f59458f50
      https://github.com/llvm/llvm-project/commit/8995ccc4460ed8a90dcc9bd023743a8f59458f50
  Author: Xu Zhang <simonzgx at gmail.com>
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/lib/Sema/SemaStmtAttr.cpp
    M clang/test/CodeGen/attr-noinline.cpp
    M clang/test/Sema/attr-noinline.cpp

  Log Message:
  -----------
  [Clang] Add support for [[msvc::noinline]] attribute. (#91720)

Fixes #90941.
Add support for ``[[msvc::noinline]]`` attribute, which is actually an
alias of ``[[clang::noinline]]``.



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