v0.1.0-alpha
Pre-release
Pre-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))