Mohsen Nosratinia
Results
2
comments of
Mohsen Nosratinia
Mendeley's icon would be a nice addition, It's becoming more common in academia to link to mendeley profile.
I found the issue in `shlex.split()` in `extend_compilation_database_entries()` in `analyzer/codechecker_analyzer/buildlog/log_parser.py`. When `posix` argument is not set it defaults to True. It works in windows when `posix=False`. Created a [draft PR](https://github.com/Ericsson/codechecker/pull/4374)...