<div></div>Is it possible to parse a file with libclang (<span style="color: rgb(0, 0, 0);">clang_parseTranslationUnit2) from a memory buffer instead of having to keep the file on disk?<br><br>That would hugely increase speed (I have some buffers with cpp files into them and I'd like to avoid writing them to disk before parsing)</span>