Summary: IR/ should contain modules pertaining to the core IR of infer, i.e. how CFGs are represented (including SIL). These categories of modules were moved: - Access paths and HIL are an abstraction on top of SIL used by certain analyses. Moving the corresponding modules to IR/ makes this clearer as they are not really part of the IR (they are less fundamental than SIL). - Error reporting is also something for other analyses, not part of IR. Moved a bunch of modules related to that to absint/. - Same for ProcnameDispatcher - biabduction-speficic modules: Objc_models, BiabductionModels - test-determinator-specific modules: JProcname Reviewed By: ezgicicek Differential Revision: D21722368 fbshipit-source-id: b28e9bdacmaster
parent
881d617284
commit
1d2f00faea
Loading…
Reference in new issue