1. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
  4. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  5. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  6. 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
  7. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  8. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  9. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  10. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  11. 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 12 years ago
  12. 041e6aa Fix Casting by David Greene · 12 years ago
  13. 05756dc libclang: remove a few const_casts by Dmitri Gribenko · 12 years ago
  14. d7ebf3e Add a missing 'else'. Found by grep '} if' by Dmitri Gribenko · 12 years ago
  15. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
  16. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  17. 6cd2bf8 Fix name of this file. by Nick Lewycky · 12 years ago
  18. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  19. 134d1e8a [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 12 years ago
  20. 3da76bf [libclang] When indexing, invoke the importedASTFile for PCH files as well. by Argyrios Kyrtzidis · 12 years ago
  21. 37f2f52 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 12 years ago
  22. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  23. 3bed3d1 [libclang] Do index 'extern' declarations inside functions. by Argyrios Kyrtzidis · 12 years ago
  24. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  25. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  26. d786f1a [libclang] Fix use-after-free bug when handling attributes indexing info. by Argyrios Kyrtzidis · 13 years ago
  27. f911242 [AST] When we @synthesize a property with a user-defined ivar name, by Argyrios Kyrtzidis · 13 years ago
  28. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 13 years ago
  29. 011d8b9 Implement indexing support for lambdas in libclang (both kinds), as by Douglas Gregor · 13 years ago
  30. 58d2dbe [libclang] Indexing: only index implicit template instantiations via an opt-in indexing option. by Argyrios Kyrtzidis · 13 years ago
  31. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 13 years ago
  32. 6d96836 [libclang] Indexing API: Fully index implict template instantiations. by Argyrios Kyrtzidis · 13 years ago
  33. 7b318d1 [libclang] Indexing: When suppressing references, suppress references by Argyrios Kyrtzidis · 13 years ago
  34. d089008 [libclang] Do not index implicit C++ member functions. rdar://10769813 by Argyrios Kyrtzidis · 13 years ago
  35. 55d23c9 Added location for template keyword in TemplateSpecializationTypeLoc. In the process removed some naming ambiguities. by Abramo Bagnara · 13 years ago
  36. 05b7846 [libclang] For: @implementation I(cat) suppress subsequent references to 'I'. by Argyrios Kyrtzidis · 13 years ago
  37. 277b156 Introduce CXXRecordDecl::isCLike() that is true if the class is C-like, by Argyrios Kyrtzidis · 13 years ago
  38. 0b28928 [libclang] Fix crash when indexing attributes, rdar://10702250. by Argyrios Kyrtzidis · 13 years ago
  39. 7fe90f3 [libclang] Make sure Preprocessor is set in ASTUnit during indexing. by Argyrios Kyrtzidis · 13 years ago
  40. ef96ee0 De-virtualize getPreviousDecl() and getMostRecentDecl() when we know by Douglas Gregor · 13 years ago
  41. db4d7a5 [libclang] If CXIndexOpt_IndexFunctionLocalSymbols is enabled, also by Argyrios Kyrtzidis · 13 years ago
  42. 2249074 [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate by Argyrios Kyrtzidis · 13 years ago
  43. bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 13 years ago
  44. 5e2a1ff Move the data that corresponds to the definition of a protocol into a by Douglas Gregor · 13 years ago
  45. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  46. 2e5c15b Move the definition-specific data of ObjCInterfaceDecl into a by Douglas Gregor · 13 years ago
  47. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 13 years ago
  48. 90fd67a [libclang] Suppress indexing references for occurrences of the interface by Argyrios Kyrtzidis · 13 years ago
  49. af76472 Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its by Douglas Gregor · 13 years ago
  50. c10a4c8 [libclang] Indexing API: Provide the protocols list for objc categories as well. by Argyrios Kyrtzidis · 13 years ago
  51. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 13 years ago
  52. c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
  53. bb7f542 [libclang] Remove IndexingContext's getScopedContext(), it's not useful by Argyrios Kyrtzidis · 13 years ago
  54. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  55. b526a87 [libclang] Fix indexing of C++ bases in a C++ class. by Argyrios Kyrtzidis · 13 years ago
  56. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  57. 68478b0 [libclang] Index C++ namespaces. by Argyrios Kyrtzidis · 13 years ago
  58. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  59. 85224ae Silence GCC warnings, RefCountedBase is meant to be default-initialized here. by Benjamin Kramer · 13 years ago
  60. 37f4057 [libclang] Indexing API: Fix issues, mostly C++ related. by Argyrios Kyrtzidis · 13 years ago
  61. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  62. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  63. 144b6c0 [libclang] Indexing API: make sure we don't pass declarations/references without USR or location. by Argyrios Kyrtzidis · 13 years ago
  64. 3e340a6 [libclang] Indexing API: fill the objc category info for a category implementation and by Argyrios Kyrtzidis · 13 years ago
  65. d6c8209 [libclang] Indexing API: make sure we do not try to index local declarations. by Argyrios Kyrtzidis · 13 years ago
  66. c6b4a50 [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only report one reference by Argyrios Kyrtzidis · 13 years ago
  67. e7bbab9 [libclang] Indexing API: Pass an implicit ObjCInterfaceDecl (@implementation without @interface) by Argyrios Kyrtzidis · 13 years ago
  68. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  69. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  70. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  71. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  72. 854625f Use const_cast to make it obvious that it's just removing constness (and silence warnings). by Benjamin Kramer · 13 years ago
  73. aca19be [libclang] Index implicit property references. by Argyrios Kyrtzidis · 13 years ago
  74. 3de2fc4 Silence a -Wc++0x-narrowing warning by Matt Beaumont-Gay · 13 years ago
  75. 4e7064f [libclang] Introduce a new high level API for indexing clients that assumes by Argyrios Kyrtzidis · 13 years ago