[PATCH] D5767: Template Instantiation Observer + a few other templight-related changes
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 01:47:17 PST 2017
xazax.hun added inline comments.
================
Comment at: include/clang/Sema/TemplateInstCallback.h:44
+template <class TemplateInstantiationCallbackPtrs>
+void initialize(TemplateInstantiationCallbackPtrs& Callbacks_, const Sema &TheSema)
+{
----------------
Nit: this file should be clang formatted, it does not follow the LLVM style. (This also applies to some other changes.) Also, I would prefer to remove the trailing underscore from parameter names.
https://reviews.llvm.org/D5767
More information about the cfe-commits
mailing list