<div dir="ltr">Hi,<div><br></div><div style>I try to parse c++ code, for now just very simple code like this:</div><div style>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(255,255,85)">class</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(85,255,85)">Testing</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(170,170,170)">{</span></pre>

<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(255,255,85)">public</span><span style="color:rgb(170,170,170)">:</span></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(85,255,85)">Testing</span><span style="color:rgb(170,170,170)">(){}</span></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(170,170,170)">};</span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(170,170,170)"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px">
<span style="color:rgb(170,170,170)"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(170,170,170)"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(170,170,170)">My Code is based on a CompilerInstance but I always get the following </span></pre>
<pre style="margin-top:0px;margin-bottom:0px"><p style="margin:0px"><span style="font-family:monospace;font-size:9pt;color:rgb(180,9,9)">error: unknown type name 'class'</span></p><p style="margin:0px"><span style="font-family:monospace;font-size:9pt;color:rgb(180,9,9)"><br>
</span></p><p style="margin:0px"><span style="font-family:monospace;font-size:9pt;color:rgb(180,9,9)">I tried to somehow set the LangOptions but still didn't get it to work...</span></p><p style="margin:0px"><br></p><p style="margin:0px">
<font color="#b40909">My code is here </font><a href="https://github.com/lukedirtwalker/Envision/blob/cppimport/CppImport/src/cppimportmanager.cpp" style="font-family:arial">https://github.com/lukedirtwalker/Envision/blob/cppimport/CppImport/src/cppimportmanager.cpp</a> </p>
<p style="margin:0px"><br></p><p style="margin:0px">Thanks for any help :)</p></pre>
<pre style="margin-top:0px;margin-bottom:0px"></pre></div></div>