[all-commits] [llvm/llvm-project] 56e7d6: [Clang] noinline stmt attribute - emit warnings ra...

Dávid Bolvanský via All-commits all-commits at lists.llvm.org
Mon Mar 14 15:40:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56e7d6bd444cef8d879adc35dcf461cb4d2ed6d5
      https://github.com/llvm/llvm-project/commit/56e7d6bd444cef8d879adc35dcf461cb4d2ed6d5
  Author: Dávid Bolvanský <david.bolvansky at gmail.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/lib/Sema/SemaStmtAttr.cpp
    M clang/test/Parser/stmt-attributes.c
    M clang/test/Sema/attr-noinline.c
    M clang/test/Sema/attr-noinline.cpp

  Log Message:
  -----------
  [Clang] noinline stmt attribute - emit warnings rather than errors

Compatible behaviour with always_inline stmt attribute




More information about the All-commits mailing list