[PATCH] D43763: libclang: Visit class template instantiations

2019-04-14 Thread Milian Wolff via Phabricator via cfe-commits
milianw added a comment. Herald added a subscriber: arphaman. Herald added a project: clang. looks good, but this needs a test, could you add one please? Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D43763/new/ https://reviews.llvm.org/D43763 _

[PATCH] D43763: libclang: Visit class template instantiations

2018-02-26 Thread Florian Jung via Phabricator via cfe-commits
Windfisch created this revision. Windfisch added a project: clang-c. Herald added a subscriber: cfe-commits. Changes `clang_visitChildren()`'s behaviour to also **visit** all explicit and implicit **class template instantiations** upon visiting a `ClassTemplateDecl`. In analogy to clang++'s `-du