krasimir marked an inline comment as done.
krasimir added inline comments.

================
Comment at: unittests/Format/FormatTest.cpp:7093
                "  template <class T>\n"
-               "  int& foo(const std::string& str) const & noexcept {}\n"
+               "  int& foo(const std::string& str) const&& noexcept {}\n"
                "};",
----------------
note: the old test case was identical to the one above, I think the original 
intent was to check both `&` and `&&` cases, so modified accordingly.


Repository:
  rC Clang

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

https://reviews.llvm.org/D68695



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

Reply via email to