]> granicus.if.org Git - clang/commitdiff
Use a simpler pluralization construct
authorMatt Beaumont-Gay <matthewbg@google.com>
Mon, 19 Mar 2012 18:36:28 +0000 (18:36 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Mon, 19 Mar 2012 18:36:28 +0000 (18:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153044 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticDriverKinds.td

index aaf524105637f0fdbbaa259805e4af84ea74882f..a66e9f7e5a2ed8d7beafd729475fa7b1b1c9f4df 100644 (file)
@@ -42,7 +42,7 @@ def err_drv_command_failure : Error<
 def err_drv_invalid_darwin_version : Error<
   "invalid Darwin version number: %0">;
 def err_drv_missing_argument : Error<
-  "argument to '%0' is missing (expected %1 %plural{1:value|:values}1)">;
+  "argument to '%0' is missing (expected %1 value%s1)">;
 def err_drv_invalid_Xarch_argument_with_args : Error<
   "invalid Xarch argument: '%0', options requiring arguments are unsupported">;
 def err_drv_invalid_Xarch_argument_isdriver : Error<