[PATCH] D32981: [ASTImporter] Improve handling of incomplete types
Bruno Cardoso Lopes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 10 15:14:44 PDT 2017
bruno accepted this revision.
bruno added a comment.
Hi Sean,
LGTM! One comment below.
================
Comment at: tools/clang-import-test/clang-import-test.cpp:263
+ AddExternalSource(*CI, Imports);
+ }
----------------
No need for the curly braces here
https://reviews.llvm.org/D32981
More information about the cfe-commits
mailing list