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
createDetector should be a Tool. However, we need to modify the tools API to create two types of tools: the first type is executed before parsing, and the second is executed after parsing and building the IR. This should be similar to EarlyLintPass and LateLintPass in the rustc compiler API.
The text was updated successfully, but these errors were encountered:
createDetector
should be aTool
. However, we need to modify the tools API to create two types of tools: the first type is executed before parsing, and the second is executed after parsing and building the IR. This should be similar toEarlyLintPass
andLateLintPass
in therustc
compiler API.The text was updated successfully, but these errors were encountered: