Markus Elfring

Results 555 comments of Markus Elfring

I became curious how the support will evolve further also for this software area. :thought_balloon: Other information sources are providing additional ideas. * Article “[The Python Control Flow Graph](https://rahul.gopinath.org/post/2019/12/08/python-controlflow/ "Description...

Do you work with any C++ compilers which are still standard-incompliant with [the implementation of the delete operator](https://en.cppreference.com/w/cpp/language/delete "Description for C++ delete expression")?

* Would you like to [introduce any extra software build configuration checks](https://github.com/QxOrm/QxOrm/blob/2575415c1d464e060fba2b3796255bd7565d9b89/CMakeLists.txt#L32 "Building with CMake") for potentially standard-incompliant C++ compilers? * Can the source code be improved another bit at...

How do you think about to avoid that this software [depends on undefined behaviour](https://www.securecoding.cert.org/confluence/display/c/CC.+Undefined+Behavior#CC.UndefinedBehavior-ub_106 "Avoiding undefined behaviour?")?

You can trigger undefined software behaviour by the provided source code because you tamper with [the reserved name space](https://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier#answer-228797 "What are the rules about using an underscore in a C++...

I am curious then if another software developer (besides me) can get into the mood to apply a corresponding update suggestion which could be generated by [the software “Coccinelle”](http://coccinelle.lip6.fr/ "Source...

>…, but I'm not sure perl regexes would be the tool of choice to do it. The programming language “Perl” provides special support for the application of regular expressions. Thus...

How do you think about to improve [static source code analysis](https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2C_C.2B.2B "Tools for code analysis") also for this software?

Does a combination of analysis tools point any remaining open issues out?

>…, those docs only say it will be silently ignored, not how. * How do you think about to achieve a better wording there anyhow? * Can it usually mean...