<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><div><blockquote type="cite" class="clean_bq" style="color: rgb(0, 0, 0); font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">> - is the syntax checking / code completion / refactoring in any way clang <br>> based? (quick look at the site didn't reveal anything about its innards) <br><br>I do not believe it is based on clang. Their products are written in <br>Java and from what I can tell they have written their own parser for <br>C++ in Java. </blockquote></div><p>I had a short talk with a guy from core team some time ago and he told that they don’t use Clang, but own tool. </p><p>From any language they only need AST. And they have custom C++ parser, though it supports a bit less than clang (i.e. it can’t parse some code).</p></div> <div id="bloop_sign_1424104914916534016" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">-- <br>AlexDenisov</div><div style="font-family:helvetica,arial;font-size:13px">Software Engineer, <a href="https://github.com/AlexDenisov">https://github.com/AlexDenisov</a></div></div> <br><p style="color:#000;">On 16 Feb 2015 at 17:40:28, Richard (<a href="mailto:legalize@xmission.com">legalize@xmission.com</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>
<br>In article <CAOsfVvkheC0xN9SF4KjDM=+pofuZs-RZgcF2TfhTb=NGrP+h0Q@mail.gmail.com>,
<br>    Manuel Klimek <klimek@google.com> writes:
<br>
<br>> Out of curiosity:
<br>> - are you involved in the project?
<br>
<br>Am I involved with the development of CLion or affiliated with JetBrains?
<br>No.  I'm a happy use of other JetBrains products and have been waiting for
<br>them to address C++ development for some time now.
<br>
<br>> - is the syntax checking / code completion / refactoring in any way clang
<br>> based? (quick look at the site didn't reveal anything about its innards)
<br>
<br>I do not believe it is based on clang.  Their products are written in
<br>Java and from what I can tell they have written their own parser for
<br>C++ in Java.
<br>--  
<br>"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
<br>     The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
<br>         The Terminals Wiki <http://terminals.classiccmp.org>
<br>  Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>
<br>_______________________________________________
<br>cfe-dev mailing list
<br>cfe-dev@cs.uiuc.edu
<br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
<br></div></div></span></blockquote></body></html>