owenpan added a comment.

Please mark review comments as done after addressing them.



================
Comment at: clang/unittests/Format/QualifierFixerTest.cpp:1356
+               "template <typename T> Foo const f();",
+               Style, std::vector<tooling::Range>(1, tooling::Range(0, 36)));
+
----------------



================
Comment at: clang/unittests/Format/QualifierFixerTest.cpp:1366
+               "template <typename T> Foo const f();",
+               Style, std::vector<tooling::Range>(1, tooling::Range(37, 36)));
+}
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149643/new/

https://reviews.llvm.org/D149643

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

Reply via email to