<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Iv run libclang under Windbg to get more information.</p>
<p><br>
</p>
<p>   In some of my code files when I have incomplete code like with a call to a method...</p>
<p><br>
</p>
<p>```<br>
Method(<br>
```</p>
<p><br>
</p>
<p>I am getting this assertion (even on release build)</p>
<p><br>
</p>
<p>Program: ...lang\4.0.0.1\runtimes\win7-x64\native\libclang.DLL<br>
File: C:\src\llvm_package_4.0.1-rc1\llvm\tools\cl.../ExprCXX.h<br>
Line: 3416</p>
<p>Expression: !isImplicitAccess()</p>
<p>For information on how your program can cause an assertion<br>
failure, see the Visual C++ documentation on asserts</p>
<p>(Press Retry to debug the application - JIT must be enabled)(13c98.12a30): Break instruction exception - code 80000003 (first chance)<br>
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Users\danw.GRIDXITEKLTD\.nuget\packages\avalonstudio.languages.cplusplus.libclang\4.0.0.1\runtimes\win7-x64\native\libclang.DLL -
<br>
libclang!clang_defaultEditingTranslationUnitOptions+0x423b5:<br>
00007fff`96c16855 cc              int     3</p>
<p><br>
</p>
<p>(This is from 4.0.1 rc1)</p>
<p><br>
</p>
<p><br>
</p>
<p>Here is a screenshot of callstack at this point...</p>
<p><br>
</p>
<p><a class="OWAAutoLink" id="LPlnk269128" href="https://files.gitter.im/VitalElement/AvalonStudio/3KGO/image.png" previewremoved="true">https://files.gitter.im/VitalElement/AvalonStudio/3KGO/image.png</a></p>
<p><img style="max-width: 99.9%;" src="https://files.gitter.im/VitalElement/AvalonStudio/3KGO/image.png"></p>
<div><br>
</div>
<div>Any ideas what is happening here:</div>
<div><br>
</div>
<div>What exactly is <span>isImplicitAccess()</span> method?</div>
<div><br>
</div>
<div>Any help or advice greatly appreciated.</div>
<div><br>
</div>
<div>Dan</div>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
</div>
</body>
</html>