After the 3.5 branch, the value for CXCursor_SEHLeaveStmt has changed
on master from 247 to 249. This will break the ABI of any application
that will depend on CXCursor_SEHLeaveStmt in the future.
This is a result of:
* the OpenMP changes modifying the CXCursor values after they have
been added into the repository;
* the OpenMP changes being partially committed before the 3.5 branch.