You can let Cppcheck output the errors and other messages with the corresponding id, severity (what you call category) and more info in an XML format via the command line ./cppcheck --errorlist
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please let me know if any mapping available between list of checks and category( warning,information, performance, style etc.)
You can let Cppcheck output the errors and other messages with the corresponding id, severity (what you call category) and more info in an XML format via the command line
./cppcheck --errorlist