[all-commits] [llvm/llvm-project] 9d0277: [clang] Parse attribute [[gnu::no_stack_protector]...

Sirui Mu via All-commits all-commits at lists.llvm.org
Wed Dec 13 19:31:30 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d02770832ea6b32235865e9ac03fb177d8daba1
      https://github.com/llvm/llvm-project/commit/9d02770832ea6b32235865e9ac03fb177d8daba1
  Author: Sirui Mu <msrlancern at gmail.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/test/Sema/no_stack_protector.c
    A clang/test/Sema/no_stack_protector.cpp

  Log Message:
  -----------
  [clang] Parse attribute [[gnu::no_stack_protector]] (#75289)

This commit adds relative TableGen definitions to parse the
`[[gnu::no_stack_protector]]` attribute.

This PR addresses issue #75235.




More information about the All-commits mailing list