[PATCH] D50978: [ASTImporter] Add test for C++'s try/catch statements.
Aleksei Sidorin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 20 13:45:28 PDT 2018
a_sidorin accepted this revision.
a_sidorin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: tools/clang-import-test/clang-import-test.cpp:199
Inv->getLangOpts()->RTTI = true;
+ Inv->getLangOpts()->Exceptions = true;
+ Inv->getLangOpts()->CXXExceptions = true;
----------------
Could you please add a newline after RTTI? Now, it looks like the comment is for all lines below.
Repository:
rC Clang
https://reviews.llvm.org/D50978
More information about the cfe-commits
mailing list