diff options
| author | Francois Pichet <pichet2000@gmail.com> | 2010-12-20 01:41:49 +0000 |
|---|---|---|
| committer | Francois Pichet <pichet2000@gmail.com> | 2010-12-20 01:41:49 +0000 |
| commit | 7da1166da010a2ea4156e83bd2efac5fb73b719b (patch) | |
| tree | 8b2ffdb8fa64999ed0d85105a822aedfaa8e8c35 /clang/include | |
| parent | 5c00d41688aabf6c1c9a6bc4f008019d8301fe1f (diff) | |
| download | bcm5719-llvm-7da1166da010a2ea4156e83bd2efac5fb73b719b.tar.gz bcm5719-llvm-7da1166da010a2ea4156e83bd2efac5fb73b719b.zip | |
Validate Microsoft's uuid attribute string.
llvm-svn: 122220
Diffstat (limited to 'clang/include')
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td index cfa2ab6d210..b616cd9a3c0 100644 --- a/clang/include/clang/Basic/DiagnosticSemaKinds.td +++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td @@ -929,6 +929,8 @@ def err_attribute_argument_out_of_bounds : Error< "'%0' attribute parameter %1 is out of bounds">; def err_attribute_requires_objc_interface : Error< "attribute may only be applied to an Objective-C interface">; +def err_attribute_uuid_malformed_guid : Error< + "uuid attribute contains a malformed GUID">; def warn_nonnull_pointers_only : Warning< "nonnull attribute only applies to pointer arguments">; def err_attribute_invalid_implicit_this_argument : Error< |

