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
libcpychecker was failing to run for GCC 6 on C++ source files, due to
failing to detect the PyObject typedef.
Root cause was that the test for u.language == 'GNU C++' was failing;
lang_hooks.name defaults to 'GNU C++14' for GCC 6.
0 commit comments