Commit 1922c14
committed
Support C++11/C++14 within get_global_typedef
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.1 parent 5f7ea44 commit 1922c14
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments