You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, we globally enable the --no_fwd_decls for iwyu.
But for some hub headers, we hope to skip no_fwd_decls features to reduce downstream header includes.
Are there any iwyu features can temporarily disable the no_fwd_decls in a specific file? Hope we have a pragma like // IWYU pragma: no_fwd_decls disable
The text was updated successfully, but these errors were encountered:
st0rm23
changed the title
Are we able to temporarily disable no_fwd_decls in a specific files ?
Are we able to temporarily disable no_fwd_decls in a specific file ?
Oct 12, 2024
In my project, we globally enable the --no_fwd_decls for iwyu.
But for some hub headers, we hope to skip no_fwd_decls features to reduce downstream header includes.
Are there any iwyu features can temporarily disable the no_fwd_decls in a specific file? Hope we have a pragma like
// IWYU pragma: no_fwd_decls disable
The text was updated successfully, but these errors were encountered: