Skip to content
Snippets Groups Projects
  1. Dec 19, 2012
  2. Dec 18, 2012
  3. Dec 17, 2012
  4. Dec 14, 2012
  5. Dec 13, 2012
  6. Dec 12, 2012
  7. Dec 07, 2012
  8. Dec 06, 2012
    • Argyrios Kyrtzidis's avatar
      [libclang] Introduce a new indexing mode where we skip function bodies · 838eb7e8
      Argyrios Kyrtzidis authored
      that were already parsed in the same "indexing session".
      
      An indexing session is defined as using the same CXIndexAction object
      for multiple clang_indexSourceFile calls.
      Passing CXIndexOpt_SkipParsedBodiesInSession as an indexing option will
      enable the mode where we try to skip bodies that were already parsed in
      another translation unit.
      
      If a function's body was skipped, the "flags" field in the CXIdxDeclInfo
      structure will have "CXIdxDeclFlag_Skipped" bit was set.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169539 91177308-0d34-0410-b5e6-96231b3b80d8
      838eb7e8
  9. Dec 05, 2012
  10. Dec 04, 2012
  11. Nov 28, 2012
  12. Nov 27, 2012
  13. Nov 22, 2012
  14. Nov 13, 2012
  15. Nov 12, 2012
  16. Nov 08, 2012
  17. Nov 07, 2012
  18. Nov 06, 2012
Loading