Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
parseFile
function in LibClangParser
Refactored the `parseFile` function in `LibClangParser.kt` to improve file handling. The function now validates if the file exists before parsing and supports parsing with file object besides file name. The changes enhance error prevention and enable more flexible file handling options.
- Loading branch information