Skip to content
  1. Jan 23, 2010
  2. Jan 22, 2010
  3. Jan 21, 2010
  4. Jan 20, 2010
    • Douglas Gregor's avatar
      Extend the CIndex API with direct support for expressions and · 8f40bbee
      Douglas Gregor authored
      statements, moving some of the more unnatural kinds of references
      (VarRef, EnumConstantRef, etc.) over to the expressions. We can now
      poke at arbitrary expressions and statements with, e.g.,
      clang_getCursor() and get back useful information (e.g., source
      ranges).
      
      llvm-svn: 93946
      8f40bbee
  5. Jan 19, 2010
  6. Jan 18, 2010
  7. Jan 16, 2010
  8. Jan 15, 2010
  9. Jan 14, 2010
  10. Jan 13, 2010
  11. Jan 12, 2010
  12. Jan 07, 2010
  13. Jan 06, 2010
  14. Dec 23, 2009
  15. Dec 18, 2009
  16. Dec 15, 2009
  17. Dec 14, 2009
  18. Dec 13, 2009
  19. Dec 12, 2009
  20. Dec 11, 2009
    • Douglas Gregor's avatar
      Tweak code-completion results by suppressing class template · 99fe2ad8
      Douglas Gregor authored
      specializations and class template partial specializations (they're
      never named directly). Also, member access expressions only refer to
      value declarations (fields, functions, enumerators, etc.) and
      Objective-C property declarations; filter out everything else.
      
      llvm-svn: 91133
      99fe2ad8
Loading