-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing the new imports syntax #502
Conversation
…correctly in the macro processor, so that macros are still processed
… to make it work with fields and captures
…s in fully qualified names with a better scope tracking
Static analysis reportLizard reportListing only functions with cyclomatic complexity >= 15 or NLOC >= 100 or parameters >= 6.
Report about files you didn't modify in this PR
CppCheck report
Report files about files you didn't modify in this PR
|
157df6d
to
3282cdb
Compare
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary stats
Cycles without finds : 0 [+] Captured 34164 tuples (map size 189464, highest value 255, total values 281395332) in '/dev/null'. |
…rmity with the standard library
… names from the language too
…d in their own namespace
Description
This PR finally implements the new import syntax, along with tests related to name resolution. Those might have to be rewritten to be able to check the AST before and after name resolution.
Checklist