[PATCH] D32981: [ASTImporter] Improve handling of incomplete types
Sean Callanan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 12 15:15:48 PDT 2017
spyffe marked 2 inline comments as done.
spyffe added inline comments.
================
Comment at: tools/clang-import-test/clang-import-test.cpp:263
+ AddExternalSource(*CI, Imports);
+ }
----------------
bruno wrote:
> No need for the curly braces here
Okay.
https://reviews.llvm.org/D32981
More information about the cfe-commits
mailing list