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
Support these can make developer analyzing projects easiler, which not require to change the lots of projects code rely on these.
-Wno-c++11-narrowing and -Wno-narrowing
There are some projects use these flags, and extractor support --diag_suppress narrowing_conversion, too. However, the conversion between the --mimic format of commandline to processed commandline won't translate -Wno-narrowing into --diag_suppress narrowing_conversion.
And there is no option to set -Wno-c++11-narrowing without downgrading the c++ standard version or changing source code to compile.
the marco __FILE_NAME__
This is a non-standard marco but clang and gcc support and some projects use them.
arm_neon.h
Some cross-compile projects will raise errors in these functions.