Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahueck ahueck released this 17 Jul 16:44
· 34 commits to master since this release
  • Code completely restructured, introducing folders
  • Build system improved, more robust now
  • Continous integration through Travis CI
  • Code format style determined with clang-format (.clang-format file)
  • Bug fixes to explicit cast matcher
  • New matcher: GlobalScope
    • Finds function calls with the scope resolution operator forcing the lookup in the global namespace (e.g., ::f(ascalar))