Skip to content
  1. Mar 04, 2012
  2. Mar 03, 2012
  3. Mar 02, 2012
    • Anna Zaks's avatar
      [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename · fc5dfe9f
      Anna Zaks authored
      the corresponding files to avoid confusion.
      
      This is a preparation to adding an AST-based call graph to Analysis. The
      existing call graph works with indexer entries. We might be able to
      refactor it to use the AST based graph in the future.
      
      (Minimal testing here as the only example that uses the API has been
      completely broken, does not compile.)
      
      llvm-svn: 151950
      fc5dfe9f
Loading