-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Optimize code #77
Closed
Closed
Optimize code #77
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcbcfb7 - Browse repository at this point
Copy the full SHA dcbcfb7View commit details
Commits on Jul 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed3d923 - Browse repository at this point
Copy the full SHA ed3d923View commit details -
* Added source code check to ensure source code is not empty string. * Added get_source_code function * Added get_type_decl, get_variable_decl, get_enum_decl, and, get_all_decl ast_decl.py: * Updated Declaration with __eq__, __str__, and __hash__ and all child classes. * Added undelying cursor object. * Added FunctionDeclaration, and TypeDeclaration subclasses.
Configuration menu - View commit details
-
Copy full SHA for 0d9a79d - Browse repository at this point
Copy the full SHA 0d9a79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bfb536 - Browse repository at this point
Copy the full SHA 8bfb536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 197c40f - Browse repository at this point
Copy the full SHA 197c40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f57e5 - Browse repository at this point
Copy the full SHA e5f57e5View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b50920c - Browse repository at this point
Copy the full SHA b50920cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d1175 - Browse repository at this point
Copy the full SHA 55d1175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411320d - Browse repository at this point
Copy the full SHA 411320dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b4c92 - Browse repository at this point
Copy the full SHA 97b4c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea043e7 - Browse repository at this point
Copy the full SHA ea043e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b82b7ad - Browse repository at this point
Copy the full SHA b82b7adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08933a4 - Browse repository at this point
Copy the full SHA 08933a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d43c7fc - Browse repository at this point
Copy the full SHA d43c7fcView commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e842764 - Browse repository at this point
Copy the full SHA e842764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e4a89 - Browse repository at this point
Copy the full SHA 07e4a89View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0b27a8 - Browse repository at this point
Copy the full SHA b0b27a8View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45b33f9 - Browse repository at this point
Copy the full SHA 45b33f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c73302 - Browse repository at this point
Copy the full SHA 7c73302View commit details -
README.md: Added additional Initial Setup section
Section says that libc is required for libclang to parse header files of libc correctly. Examples: assert.h, stdio.h
Configuration menu - View commit details
-
Copy full SHA for 42e6b6b - Browse repository at this point
Copy the full SHA 42e6b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f73db - Browse repository at this point
Copy the full SHA d5f73dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc3997 - Browse repository at this point
Copy the full SHA 8dc3997View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3ad08 - Browse repository at this point
Copy the full SHA 9f3ad08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 087a589 - Browse repository at this point
Copy the full SHA 087a589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0433d0d - Browse repository at this point
Copy the full SHA 0433d0dView commit details
Commits on Jul 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98104b1 - Browse repository at this point
Copy the full SHA 98104b1View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9fbee41 - Browse repository at this point
Copy the full SHA 9fbee41View commit details
Commits on Aug 20, 2023
-
Split samples/ast/function_test.c
The split is because optimize code does not rename typedefs currently, so one file has the typedefs and the other doesn't. This is for the sake of testing in the future.
Configuration menu - View commit details
-
Copy full SHA for 081ff92 - Browse repository at this point
Copy the full SHA 081ff92View commit details -
Configuration menu - View commit details
-
Copy full SHA for e27bdec - Browse repository at this point
Copy the full SHA e27bdecView commit details -
* Added handling of TYPE_REF cursors in the constructor of TypeDeclaration
Configuration menu - View commit details
-
Copy full SHA for 04502e8 - Browse repository at this point
Copy the full SHA 04502e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b87b6e - Browse repository at this point
Copy the full SHA 4b87b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b04539 - Browse repository at this point
Copy the full SHA 3b04539View commit details -
Configuration menu - View commit details
-
Copy full SHA for de81266 - Browse repository at this point
Copy the full SHA de81266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7264cac - Browse repository at this point
Copy the full SHA 7264cacView commit details
Commits on Aug 28, 2023
-
* Fixed equality function in Declaration to compare dictionary of other object rather than to self. * Split typedef from TypeDeclaration, now in TypedefDeclaration. * Added TypedefDeclaration.
Configuration menu - View commit details
-
Copy full SHA for c91c902 - Browse repository at this point
Copy the full SHA c91c902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5174a92 - Browse repository at this point
Copy the full SHA 5174a92View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 370850e - Browse repository at this point
Copy the full SHA 370850eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f41783 - Browse repository at this point
Copy the full SHA 3f41783View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d6208 - Browse repository at this point
Copy the full SHA e9d6208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31188a3 - Browse repository at this point
Copy the full SHA 31188a3View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 893e05d - Browse repository at this point
Copy the full SHA 893e05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 209f857 - Browse repository at this point
Copy the full SHA 209f857View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bd3cf - Browse repository at this point
Copy the full SHA b8bd3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ec40e - Browse repository at this point
Copy the full SHA 16ec40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa88427 - Browse repository at this point
Copy the full SHA fa88427View commit details -
Configuration menu - View commit details
-
Copy full SHA for a905326 - Browse repository at this point
Copy the full SHA a905326View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68419d - Browse repository at this point
Copy the full SHA a68419dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bfd5bb - Browse repository at this point
Copy the full SHA 1bfd5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4360a4c - Browse repository at this point
Copy the full SHA 4360a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cc5ea - Browse repository at this point
Copy the full SHA 43cc5eaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.