curdeius added inline comments.
Herald added a project: All.

================
Comment at: clang/unittests/Format/QualifierFixerTest.cpp:910
+               Style);
+  verifyFormat("TemplateType<T const> t;", "TemplateType<const T> t;", Style);
+}
----------------
HazardyKnusperkeks wrote:
> As far as I understand stuff like `<const Container>` worked before? But 
> maybe still add it as test case.
It didn't work before at all.
+1 for adding a test with a longer name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120710

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

Reply via email to