[PATCH] D147722: [Concepts] Fix Function Template Concepts comparisons

Alexander Shaposhnikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 6 12:43:30 PDT 2023


alexander-shaposhnikov added inline comments.


================
Comment at: clang/lib/Sema/SemaTemplateInstantiate.cpp:291
 /// encountering a lambda generic call operator, and continue looking for
 /// arguments on an enclosing class template.
 
----------------
/* not directly related to this patch, just one thought while we are here */ 
it would be useful to add missing documentation (comments) for the last parameter
(SkipForSpecialization)
p.s. perhaps, expanding the comment (or even adding some examples) would be super helpful as well (for future readers)


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

https://reviews.llvm.org/D147722



More information about the cfe-commits mailing list