<div dir="ltr">I need to do syntax checking on c++ code.For example,check for single '=' in if statement.To create a tool to support such checks,what tools I have to install and how?.Please guide.I am currently following this linkĀ <a href="http://clang.llvm.org/docs/LibASTMatchersTutorial.html">http://clang.llvm.org/docs/LibASTMatchersTutorial.html</a> .It is taking lot of time to setup all tools mentioned in this link.I am getting some errors too.I haven't written any code as of now,but have to have to build very soon.I have tried to follow set up from the link but had some issues linking libraries.Is there any recent documentation that will help me setting up the tools required.<div><br></div><div>Swaresh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 22, 2016 at 4:05 AM, mats petersson <span dir="ltr"><<a href="mailto:mats@planetcatfish.com" target="_blank">mats@planetcatfish.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>It's probably a good idea to describe what you have done, what is happening and how that is different from what you expect (crash, compiler error, doesn't do what you want, etc) and post some code showing what you are doing. <br><br>--<br></div>Mats<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On 20 February 2016 at 19:32, Swaresh Sankpal via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi,<div>I want to build a clang tool to do some syntax check on c++ code.I am following procedure given onĀ <a href="http://clang.llvm.org/docs/LibASTMatchersTutorial.html" target="_blank">http://clang.llvm.org/docs/LibASTMatchersTutorial.html</a>. I am trying to execute those instructions from 10 days.I am really stuck.Please guide me.</div><span><font color="#888888"><div><br></div><div>Swaresh</div></font></span></div>
<br></div></div>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>