Skip to content
  • Argyrios Kyrtzidis's avatar
    Introduce the 'Index' library. · fe37cc83
    Argyrios Kyrtzidis authored
    Its purpose is to provide the basic infrastructure for cross-translation-unit analysis like indexing, refactoring, etc.
    
    Currently it is very "primitive" and with no type-names support. It can provide functionality like
    "show me all references of this function from these translation units".
    
    llvm-svn: 74802
    fe37cc83
Loading