summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/pragma-attribute-supported-attributes-list.test
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2019-09-25 11:31:28 +0200
committerGuillaume Chatelet <gchatelet@google.com>2019-10-28 17:30:11 +0100
commitbd87916109483d33455cbf20da2309197b983cdd (patch)
treeeb406f69d0ceb93e07ba90781ca52b69a61e83a6 /clang/test/Misc/pragma-attribute-supported-attributes-list.test
parenta062856bcf4fca26dab06afdf14bf1c815831f9c (diff)
downloadbcm5719-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.test1
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)
OpenPOWER on IntegriCloud