]> granicus.if.org Git - clang/commitdiff
arc commit didn't add this because it wasn't in the patch...
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 23 Aug 2013 05:42:19 +0000 (05:42 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 23 Aug 2013 05:42:19 +0000 (05:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189088 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 17cfce1b95005e335257cd255b164695cd5dc1eb..db8aa0ab79c8c29702baeb7e10dd212151b607a7 100644 (file)
@@ -2993,6 +2993,9 @@ def err_pointer_to_member_call_drops_quals : Error<
 def err_pointer_to_member_oper_value_classify: Error<
   "pointer-to-member function type %0 can only be called on an "
   "%select{rvalue|lvalue}1">;
+def ext_ms_deref_template_argument: ExtWarn<
+  "non-type template argument containing a dereference operation is a "
+  "Microsoft extension">, InGroup<Microsoft>;
 
 // C++ template specialization
 def err_template_spec_unknown_kind : Error<