Source code review & code review meetings
Atollic TrueSTUDIO® is the first embedded systems development tool to integrate features for peer review and conducting code review meetings.
A team leader can easily create a review session, and make some basic configurations like what files to review, list of reviewers etc.
All reviewers (typically developers in the team) can then easily add code review comments to any source code line, along with information on severity and category (logic error, coding standard violation, optimization, etc). All source code lines with a code review comment from any of the developers are flagged with a marker in the editor.

Atollic TrueSTUDIO® list all review comments in the project, which is ideal for code review meetings. Clicking on a code review comment in the list immediately opens the corresponding code location in the editor. A review comment editor is provided as well.
Developers can thus sit down together (for example using an LCD projector in the team meeting room) and go through all review comments, and discuss if a specific review comment should be fixed or not, and optionally assign it to a team member for implementation.
Once flagged as completed by the assigned team member, the code review comment is removed from the code review task list.
Performing code reviews is one of the best ways of improving software quality, and is routine when developing safety critical software, like flight control systems.