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

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 8 19:00:40 PST 2017


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

Thank you! Please move the tests to a new subdirectory under test, say test/Templight.



================
Comment at: tools/CMakeLists.txt:37
 add_clang_subdirectory(libclang)
+add_subdirectory(templight)
----------------
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?)


https://reviews.llvm.org/D38818





More information about the cfe-commits mailing list