[PATCH] D30490: [change-namespace] get insertion points of forward declarations correct.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 1 02:21:51 PST 2017


hokein added inline comments.


================
Comment at: unittests/change-namespace/ChangeNamespaceTests.cpp:354
                      "namespace nb {\n"
+                     "\n"
                      "class FWD;\n"
----------------
I'd create a new test for the fix instead of modifying the current one.


https://reviews.llvm.org/D30490





More information about the cfe-commits mailing list