diff options
author | Guillaume Chatelet <gchatelet@google.com> | 2019-09-25 11:31:28 +0200 |
---|---|---|
committer | Guillaume Chatelet <gchatelet@google.com> | 2019-10-28 17:30:11 +0100 |
commit | bd87916109483d33455cbf20da2309197b983cdd (patch) | |
tree | eb406f69d0ceb93e07ba90781ca52b69a61e83a6 /clang/test/Misc/pragma-attribute-supported-attributes-list.test | |
parent | a062856bcf4fca26dab06afdf14bf1c815831f9c (diff) | |
download | bcm5719-llvm-bd87916109483d33455cbf20da2309197b983cdd.tar.gz bcm5719-llvm-bd87916109483d33455cbf20da2309197b983cdd.zip |
[clang] Add no_builtin attribute
Summary:
This is a follow up on https://reviews.llvm.org/D61634
This patch is simpler and only adds the no_builtin attribute.
Reviewers: tejohnson, courbet, theraven, t.p.northover, jdoerfert
Subscribers: mgrang, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D68028
Diffstat (limited to 'clang/test/Misc/pragma-attribute-supported-attributes-list.test')
-rw-r--r-- | clang/test/Misc/pragma-attribute-supported-attributes-list.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Misc/pragma-attribute-supported-attributes-list.test b/clang/test/Misc/pragma-attribute-supported-attributes-list.test index 25802bd73c5..729e9b7a6f7 100644 --- a/clang/test/Misc/pragma-attribute-supported-attributes-list.test +++ b/clang/test/Misc/pragma-attribute-supported-attributes-list.test @@ -75,6 +75,7 @@ // CHECK-NEXT: NSConsumed (SubjectMatchRule_variable_is_parameter) // CHECK-NEXT: NSConsumesSelf (SubjectMatchRule_objc_method) // CHECK-NEXT: Naked (SubjectMatchRule_function) +// CHECK-NEXT: NoBuiltin (SubjectMatchRule_function) // CHECK-NEXT: NoCommon (SubjectMatchRule_variable) // CHECK-NEXT: NoDebug (SubjectMatchRule_type_alias, SubjectMatchRule_hasType_functionType, SubjectMatchRule_objc_method, SubjectMatchRule_variable_not_is_parameter) // CHECK-NEXT: NoDestroy (SubjectMatchRule_variable) |