[PATCH] D33042: [libclang] Allow to suspend a translation unit.
Benjamin Kramer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 19 07:05:07 PDT 2017
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
This makes sense to me.
================
Comment at: lib/Frontend/ASTUnit.cpp:2089
+void ASTUnit::ResetForParse()
+{
+ SavedMainFileBuffer.reset();
----------------
Put the `{` on the same line as the decl.
https://reviews.llvm.org/D33042
More information about the cfe-commits
mailing list