Skip to content

Draft: Fix bug where no control flow edges were added to original source code

Matthias Kettl requested to merge controlflow-braces into main

Previously, the missing control-flow brackets around if statements were added after preprocessing leading to missing brackets after calling clang-tidy. This MR introduces a new temporary file that adds the brackets already to the original file.

Merge request reports