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
We should also consider making the naming conventions for variables more consistent. The standard convention is to use CamelCase, lots of the Datalog code currently follows the bizzare ?questionCamelCase convention.
There's really one kind of "block" in the LLVM world. LLVM simply calls them
llvm::Block
, and we should do the same for the sake of brevity.The text was updated successfully, but these errors were encountered: