Open Issues Need Help
View All on GitHub Add clang to test.yaml build-and-test about 1 month ago
AI Summary: Add Clang compiler support to the existing GitHub Actions workflow for the objdump-map project. This involves modifying the `test.yml` file to include Clang in the build and testing process, ensuring compatibility across both Clang and GCC compilers.
Complexity:
2/5
help wanted good first issue unit-test
Parse warnings about 1 month ago
AI Summary: Implement a feature in the `objdump-map` project to store metadata about parsing warnings encountered during the processing of `objdump` output. This involves modifying the `ObjDumpAddressMap` and `ObjDumpParser` classes to record warnings (e.g., missing filenames) with associated warning codes and messages, improving the robustness and informative nature of the tool.
Complexity:
3/5
enhancement help wanted good first issue