Christian Banse

Results 296 comments of Christian Banse
trafficstars

Related to https://github.com/Fraunhofer-AISEC/cpg/issues/246

Related to #298. Ideally, our solution would get rid of both issues.

> The CDT C++ parser cannot parse this instruction correctly. Indeed, it seems to be valid C-syntax but it seems to be invalid in C++. We have only one language...

> Any progress on that one so far? > Would it be possible to just add a maximum stack call depth that should be respected when _failOnError_ is set to...

Sorry, at the moment only parsing of a complete Java file is supported.

Just a suggestion: Wouldn't it be easier to use Kotlin itself as the script language rather than try to parse specific string-based fields and identifiers? This way we could probably...

Good catch :) A function returning a function pointer is... interesting...

Can we have a look at the performance cost of this somehow. Maybe @peckto can help here.

Thanks for the write up. I would avoid the term annotation. Basically it seems that `# 4 "main.c"` is a shorthand version of the #line preprocessor declaration https://docs.microsoft.com/en-us/cpp/preprocessor/hash-line-directive-c-cpp?view=msvc-170