<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><pre style="white-space: pre-wrap;"><br></pre><pre style="white-space: pre-wrap;">A cross-post from cfe-users. I think there will be no luck</pre><pre style="white-space: pre-wrap;">on that list.</pre><pre style="white-space: pre-wrap;">=======================</pre><pre style="white-space: pre-wrap;">
I’m getting the failure:

void clang::RecordDecl::LoadFieldsFromExternalStorage() const: Assertion `hasExternalLexicalStorage() && Source && "No external storage?"' failed.
when trying to iterate over a RecordDecl and not sure even what’s going on let along how to deal with it:

I’m proceeding from the example in
<a href="http://clang.llvm.org/docs/LibASTMatchersTutorial.html">http://clang.llvm.org/docs/LibASTMatchersTutorial.html</a>

Here is some context:
<a href="https://gist.github.com/waTeim/8757662c445ce3b4084f">https://gist.github.com/waTeim/8757662c445ce3b4084f</a>

Thanks in advance for any help</pre><div><br></div></body></html>