[PATCH] D5767: Template Instantiation Observer + a few other templight-related changes

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 8 06:45:53 PST 2018


Szelethus added inline comments.


================
Comment at: lib/Sema/Sema.cpp:40
 #include "clang/Sema/TemplateDeduction.h"
+#include "clang/Sema/TemplateInstCallback.h"
 #include "llvm/ADT/DenseMap.h"
----------------
xazax.hun wrote:
> Do you need to add this include?
Yes, in `Sema.h` the class `TemplateInstantiationCallback` is only forward declared. That headers contains the definition.


https://reviews.llvm.org/D5767





More information about the cfe-commits mailing list