mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Bug 1574565 - Whitelist __cxx_atomic for memmove static analysis r=Ehsan
In some libstdc++ these appear in the inheritance hierarchy of __atomic_base, which is already whitelisted. Differential Revision: https://phabricator.services.mozilla.com/D42348 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
308996b4e3
commit
0db5cad5ae
@ -27,6 +27,7 @@ protected:
|
||||
if (Name == "pair" || Name == "atomic" ||
|
||||
// libstdc++ specific names
|
||||
Name == "__atomic_base" || Name == "atomic_bool" ||
|
||||
Name == "__cxx_atomic_impl" || Name == "__cxx_atomic_base_impl" ||
|
||||
Name == "__pair_base" ||
|
||||
// MSVCRT specific names
|
||||
Name == "_Atomic_impl" || Name == "_Atomic_base" ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user