summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/pragma-attribute-supported-attributes-list.test
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2017-09-28 20:08:03 +0000
committerErich Keane <erich.keane@intel.com>2017-09-28 20:08:03 +0000
commitde22fe5b5b7dbc825494a5d7c50fb09adcc6524f (patch)
tree8d998a92cc02f40c4e0229792a65d2ba01f6fb77 /clang/test/Misc/pragma-attribute-supported-attributes-list.test
parent2ca6c3da630ad577d319a37dc8d4b05c91225efc (diff)
downloadbcm5719-llvm-de22fe5b5b7dbc825494a5d7c50fb09adcc6524f.tar.gz
bcm5719-llvm-de22fe5b5b7dbc825494a5d7c50fb09adcc6524f.zip
Add Documentation to attribute-nothrow. Additionally, limit to functions.
Attribute nothrow is only allowed on functions, so I added that. Additionally, it lacks any documentation, so I added some. Differential Revision: https://reviews.llvm.org/D38202 llvm-svn: 314456
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 7529a2425d3..da024a43947 100644
--- a/clang/test/Misc/pragma-attribute-supported-attributes-list.test
+++ b/clang/test/Misc/pragma-attribute-supported-attributes-list.test
@@ -40,6 +40,7 @@
// CHECK-NEXT: NoSanitize (SubjectMatchRule_function, SubjectMatchRule_objc_method, SubjectMatchRule_variable_is_global)
// CHECK-NEXT: NoSanitizeSpecific (SubjectMatchRule_function, SubjectMatchRule_variable_is_global)
// CHECK-NEXT: NoSplitStack (SubjectMatchRule_function)
+// CHECK-NEXT: NoThrow (SubjectMatchRule_function)
// CHECK-NEXT: NotTailCalled (SubjectMatchRule_function)
// CHECK-NEXT: ObjCBoxable (SubjectMatchRule_record)
// CHECK-NEXT: ObjCMethodFamily (SubjectMatchRule_objc_method)
OpenPOWER on IntegriCloud