[PATCH] D40381: Parse concept definition

changyu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 25 16:49:30 PST 2017


changyu added inline comments.


================
Comment at: include/clang/Sema/Sema.h:6194
+                                SourceLocation TemplateLoc,
+                                const TemplateArgumentListInfo *TemplateArgs);
+
----------------
hubert.reinterpretcast wrote:
> Indentation issue here too.
That last line is 79 characters long.


https://reviews.llvm.org/D40381





More information about the cfe-commits mailing list