[Clang] noinline stmt attribute - emit warnings rather than errors
authorDávid Bolvanský <david.bolvansky@gmail.com>
Mon, 14 Mar 2022 22:39:52 +0000 (23:39 +0100)
committerDávid Bolvanský <david.bolvansky@gmail.com>
Mon, 14 Mar 2022 22:40:17 +0000 (23:40 +0100)
commit56e7d6bd444cef8d879adc35dcf461cb4d2ed6d5
tree9d5923248061a64b8bac15eb4ecd88f516a29c3b
parent33f9fc77d1ffe7d6c86b6c7a692ff9f2b99cf82e
[Clang] noinline stmt attribute - emit warnings rather than errors

Compatible behaviour with always_inline stmt attribute
clang/include/clang/Basic/Attr.td
clang/lib/Sema/SemaStmtAttr.cpp
clang/test/Parser/stmt-attributes.c
clang/test/Sema/attr-noinline.c
clang/test/Sema/attr-noinline.cpp