-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
The TreeMaker class has a nice helper function to extract a Position from a clang cursor. This logic checks for NPEs at various steps, and returns a default NO_POSITION object if an error occurs.
Unfortunately, the jextract code is not using this helper function uniformly. This causes issues when running jextract against clang-13 (it appears that the position attached to the internal va_list struct is no longer there).
Unfortunately, the jextract code is not using this helper function uniformly. This causes issues when running jextract against clang-13 (it appears that the position attached to the internal va_list struct is no longer there).