[PATCH] Separated RecursiveASTVisitorTest into multiple files to prevent the necessity of using /bigobj on MSVC.

Marek Kurdej curdeius at gmail.com
Wed Oct 8 07:36:00 PDT 2014


Well, another reason was to keep it easy to digest in smaller chunks, but yes I didn't mention it even if it is more important.
Can you please land it as I have no write access.
The error on MSVC was annoying though.

================
Comment at: unittests/Tooling/TestVisitor.h:234
@@ -233,2 +233,2 @@
 
-#endif /* LLVM_CLANG_TEST_VISITOR_H */
+#endif
----------------
Wrong header guard comment removed.

http://reviews.llvm.org/D5671






More information about the cfe-commits mailing list