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

Ábel Sinkovics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 9 13:35:14 PST 2017


sabel83 marked an inline comment as done.
sabel83 added a comment.

I have moved the tests into their own directory in the last update.



================
Comment at: tools/CMakeLists.txt:37
 add_clang_subdirectory(libclang)
+add_subdirectory(templight)
----------------
rsmith wrote:
> Did you mean to include this in this patch? There's no such directory added here. (Should this be an `add_llvm_external_project`, to pick up some external project if it's checked out here?)
It is a reference to a utility based on this patch. The utility has not been finished yet, so I have removed that line.


https://reviews.llvm.org/D38818





More information about the cfe-commits mailing list