[clang] Reland "[clang][ssaf][NFC] Move SSAF flags from FrontendOptions to a dedicated SSAFOptions" (PR #204798)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 19 04:16:29 PDT 2026
steakhal wrote:
Moved the SSAFOptions.h to the clangFrontend library in 8132a5ff16d71eec68020cc6e76150596b643dfc - similar to what the other options headers to, for example: `MigratorOptions.h`
This should solve the layering violation reported in https://github.com/llvm/llvm-project/pull/204621#issuecomment-4746536754 @rupprecht Could you please confirm that this way it would work?
https://github.com/llvm/llvm-project/pull/204798
More information about the cfe-commits
mailing list