curdeius added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:3342
+ "public:\n"
+ " std::unique_ptr<int *[]> b() { return nullptr; }\n"
+ "\n"
----------------
How about `int const *`, `const int*`? Is `const` & co. a simple type specifier?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124589/new/
https://reviews.llvm.org/D124589
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits