<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div class="">Thanks you for you help!</div>
<div> </div>
<hr style="WIDTH: 210px; HEIGHT: 1px" color="#b5c4df" size="1" align="left">
<div><span>
<div style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt">
<div style="margin: 10px; font-size: 10pt;">School of Computer science, HuaZhong university of science & technology.</div>
<div style="margin: 10px; font-size: 10pt;">Jianping Zeng</div>
</div>
</span></div>
<blockquote style="margin-Top: 0px; margin-Bottom: 0px; margin-Left: 0.5em">
<div> </div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<div style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px;FONT-FAMILY:tahoma;COLOR:#000000; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px">
<div><b>From:</b> <a href="mailto:rnk@google.com">Reid Kleckner</a></div>
<div><b>Date:</b> 2016-12-07 03:04</div>
<div><b>To:</b> <a href="mailto:z1215jping@hotmail.com">曾 健平</a></div>
<div><b>CC:</b> <a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a></div>
<div><b>Subject:</b> Re: [llvm-dev] How to add a new diagnostic error message in Clang 2.6?</div>
</div>
</div>
<div>
<div class=""><style>div.FoxDIV_20161207164209500 { font-size: 10.5pt }
</style>
<div class="FoxDIV_20161207164209500">
<div dir="ltr">Check DiagnosticParseKinds.inc in your build directory to verify that it has a line like:
<div>DIAG(err_x86_builtin_invalid_rounding, ... "...")<br>
</div>
<div><br>
</div>
<div>It should appear here:</div>
<div>llvm/build/tools/clang/include/clang/Basic/DiagnosticParseKinds.inc</div>
<div><br>
</div>
<div>Good luck with the translation! Clang seems to be the only major C++ compiler without at least partial translation for its diagnostics. =/</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Thu, Dec 1, 2016 at 9:58 PM, 曾 健平 via llvm-dev <span dir="ltr">
<<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, everyone.<br>
<br>
I want to add a new diagnostic error message for Chinese in Clang 2.6<br>
showed as follows.<br>
def err_expected_semi_declaration_<wbr>chinese : Error<<br>
   "您在该行声明之后是否少了个';'或者是中文输入法?">;<br>
<br>
So i append a new one in the end of file DiagnosticParseKinds.td, and<br>
then recompile it.<br>
However, there is a error occurs:<br>
<br>
llvm2.6/llvm/tools/clang/lib/<wbr>Parse/ParseDecl.cpp:370: error:<br>
‘err_expected_semi_<wbr>declaration_chinese’ is not a member of ‘clang::diag’<br>
<br>
Have any people point out whats the reason about it and how to fix it ?<br>
Thanks!<br>
<br>
Xlous zeng.<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</blockquote>
</body>
</html>