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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to