diff options
| author | Erich Keane <erich.keane@intel.com> | 2017-09-28 20:08:03 +0000 |
|---|---|---|
| committer | Erich Keane <erich.keane@intel.com> | 2017-09-28 20:08:03 +0000 |
| commit | de22fe5b5b7dbc825494a5d7c50fb09adcc6524f (patch) | |
| tree | 8d998a92cc02f40c4e0229792a65d2ba01f6fb77 /clang/test | |
| parent | 2ca6c3da630ad577d319a37dc8d4b05c91225efc (diff) | |
| download | bcm5719-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')
| -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 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) |

