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
<RuleId="C26495"Action="None" /> <!-- Include: No const_cast<> -->
<RuleId="C26439"Action="None" /> <!-- Exclude: This kind of function should not throw. Declare it 'noexcept' (f.6). -->
<RuleId="C26813"Action="None" /> <!-- Exclude: Use 'bitwise and' to check if a flag is set. -->
<RuleId="C6255"Action="None" /> <!-- _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. -->
<RuleId="C26819"Action="None" /> <!-- Exclude: Unannotated fallthrough between switch labels (es.78). Advisory; our fallthroughs are intentional and we don't annotate with [[fallthrough]]. -->
<RuleId="C28251"Action="None" /> <!-- Exclude: Inconsistent SAL annotation for operator new/new[]. Our global allocators (free_list) intentionally carry no SAL annotations. -->