codechecker
codechecker copied to clipboard
[analyzer] Adds -ffreestanding to ignored GCC compiler flags
-ffreestanding
and -fno-freestanding
are common in embedded systems but clang does not support it. This PR adds them both to the ignored GCC compiler flags list.