As highlighted in the post-commit review:
isFixedFormSuffix and isFreeFormSuffix should be defined in
flangFrontend rather than flangFrontendTool library. That's for 2
reasons:
- these methods are used in flangFrontend rather than flangFrontendTool
- flangFrontendTool depends on flangFrontend
As mentioned on D94228, without this change shared library builds fails.