-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor parser functions in PanamaLibclangParser.kt
Renamed and refactored several handling methods in PanamaLibclangParser.kt for handling specific declaration types. This includes 'Typedef' and 'Scoped'. Also these changes affect toNativeStructure and toNativeEnumeration in NativeStructure.kt and NativeEnumeration.kt respectively. The refactor enhances the readability and clarifies the specific functionalities of each method.
- Loading branch information
Alexandre Mommers
committed
Jan 1, 2024
1 parent
6385f9c
commit 8255ec0
Showing
3 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters