mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
When determining which core library a "tried control flow element" is compiled against, first look at exceptions caught by the surrounding `try` block, then look at assembly attributes, and finally choose (randomly) the core library with the highest lexicographic order.