1. ef96ee0 De-virtualize getPreviousDecl() and getMostRecentDecl() when we know by Douglas Gregor · 13 years ago
  2. db4d7a5 [libclang] If CXIndexOpt_IndexFunctionLocalSymbols is enabled, also by Argyrios Kyrtzidis · 13 years ago
  3. 2249074 [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate by Argyrios Kyrtzidis · 13 years ago
  4. bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 13 years ago
  5. 5e2a1ff Move the data that corresponds to the definition of a protocol into a by Douglas Gregor · 13 years ago
  6. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  7. 2e5c15b Move the definition-specific data of ObjCInterfaceDecl into a by Douglas Gregor · 13 years ago
  8. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 13 years ago
  9. 90fd67a [libclang] Suppress indexing references for occurrences of the interface by Argyrios Kyrtzidis · 13 years ago
  10. af76472 Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its by Douglas Gregor · 13 years ago
  11. c10a4c8 [libclang] Indexing API: Provide the protocols list for objc categories as well. by Argyrios Kyrtzidis · 13 years ago
  12. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 13 years ago
  13. c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
  14. bb7f542 [libclang] Remove IndexingContext's getScopedContext(), it's not useful by Argyrios Kyrtzidis · 13 years ago
  15. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  16. b526a87 [libclang] Fix indexing of C++ bases in a C++ class. by Argyrios Kyrtzidis · 13 years ago
  17. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  18. 68478b0 [libclang] Index C++ namespaces. by Argyrios Kyrtzidis · 13 years ago
  19. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  20. 85224ae Silence GCC warnings, RefCountedBase is meant to be default-initialized here. by Benjamin Kramer · 13 years ago
  21. 37f4057 [libclang] Indexing API: Fix issues, mostly C++ related. by Argyrios Kyrtzidis · 13 years ago
  22. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  23. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  24. 144b6c0 [libclang] Indexing API: make sure we don't pass declarations/references without USR or location. by Argyrios Kyrtzidis · 13 years ago
  25. 3e340a6 [libclang] Indexing API: fill the objc category info for a category implementation and by Argyrios Kyrtzidis · 13 years ago
  26. d6c8209 [libclang] Indexing API: make sure we do not try to index local declarations. by Argyrios Kyrtzidis · 13 years ago
  27. c6b4a50 [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only report one reference by Argyrios Kyrtzidis · 13 years ago
  28. e7bbab9 [libclang] Indexing API: Pass an implicit ObjCInterfaceDecl (@implementation without @interface) by Argyrios Kyrtzidis · 13 years ago
  29. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  30. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  31. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  32. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  33. 854625f Use const_cast to make it obvious that it's just removing constness (and silence warnings). by Benjamin Kramer · 13 years ago
  34. aca19be [libclang] Index implicit property references. by Argyrios Kyrtzidis · 13 years ago
  35. 3de2fc4 Silence a -Wc++0x-narrowing warning by Matt Beaumont-Gay · 13 years ago
  36. 4e7064f [libclang] Introduce a new high level API for indexing clients that assumes by Argyrios Kyrtzidis · 13 years ago