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
Do not use -fno-var-tracking-assignments flag for sanitizer build if clang-tidy is enabled (#29372)
### Details:
clang (including clang-tidy) does not have support for
`-fno-var-tracking-assignments` flag. When build with sanitizer is
enabled along with clang-tidy it leads to compilation error.
### Tickets:
- N/A
0 commit comments