Fraunhofer-AISEC / cpg

A library to extract Code Property Graphs from C/C++, Java, Go, Python, Ruby and every other language through LLVM-IR.
https://fraunhofer-aisec.github.io/cpg/
Apache License 2.0
244 stars 60 forks source link

Missing C++ Expressions #1486

Open oxisto opened 1 month ago

oxisto commented 1 month ago
### Tasks
- [ ] Support `CPPASTSimpleTypeConstructorExpression`
- [ ] Support `CPPASTUsingDeclaration`
- [ ] Support `CPPASTTemplateSpecialization`
- [ ] Support `CPPASTAliasDeclaration`
- [ ] Support `CPPASTPackExpansionExpression`
KuechA commented 3 weeks ago

We also have #37 which lists these items except from CPPASTSimpleTypeConstructorExpression but also has some more missing AST nodes on the list