[PATCH] D104222: [clang-format] [PR50702] Lamdba processing does not respect AfterClass and AfterNamespace

Francois JEAN via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 15 09:04:11 PDT 2021


Wawha added a comment.

In D104222#2819422 <https://reviews.llvm.org/D104222#2819422>, @MyDeveloperDay wrote:

> Add some of the failing cases identified by @Wawha

Thank for the fix. I test and discover a new case with a regression:

  	auto createObj = [this] -> std::unique_ptr<Object>
  		{
  		  return std::make_unique<Object>();
  		};

Like & and * a template return ending with > is not handle.


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

https://reviews.llvm.org/D104222



More information about the cfe-commits mailing list