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
[clang] Add option to opt out of the missing_dependent_template_keyword diagnostic (#98613)
After commit ce4aada, we observed many
warnings in our internal codebase. It is infeasible to fix all at once.
Currently, there is no way to disable this warning. This patch provides
a way to disable it using the `-Wno-missing-dependent-template-keyword` flag.
0 commit comments