forked from BondChang/GetCFileInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
kjyzy/GetCFileInfo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
本程序使用clangAstMactcher对头文件与C文件进行解析,并将解析到的信息写入到xml中。 本程序主要匹配程序中的全局变量节点、函数节点(包括参数,返回值)、结构体节点进行解析。 其中对全局变量节点(VarDecl)的解析主要包括全局变量的修饰符,类型,名称,维度,初值。对函数(FunctionDecl)参数与返回值节点的解析主要包括参数的修饰符,类型,名称,维度。对结构体节点(RecordDecl)的解析主要包括对结构体的修饰符,名称及其所有的子节点进行解析。
About
use clangAstMatcher to compile VarDecl、RecordDecl、FunctionDecl
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 99.3%
- Other 0.7%