You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 1. divide template Parameters to template parameter and template specialized argument
2. add TemplateKind to CppClass for handle with TemplateClass & SpecializedTemplateClass
3. use ClangSharp internal Decl for handle ClangSharp.ClassTemplateSpecializationDecl, ClangSharp.NonTypeTemplateParmDecl easy
4. some features add for use CppAst easy in Exporter
* add missed test for Template changes
* Use ClangSharp low level objects api to implement the logic(high level api objects lifetime is wrong in hybrid mode here)
* Fix some problems for code review
1. remove not need internal ParseFromTranslationUnit
2. some name changes for class and params
3. add test code for FindByFullName()
4. move nested types to separate files.
---------
Co-authored-by: fangshen <fangshen@tencent.com>
0 commit comments