Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 563 Bytes

File metadata and controls

13 lines (11 loc) · 563 Bytes

Interface Definition Scanner (IDS)

IDS is tool for automatically identifying and annotating the public interface of a C++ project. It is built on Clang’s LibTooling framework. It is primarily designed for adding import/export annotations to a Windows DLL project, but can also be used to add visibility annotations for ELF shared library or Mach-O dylib projects.

Documentation