1. e24692b [PCH] Overhaul how preprocessed entities are [de]serialized. by Argyrios Kyrtzidis · 13 years ago
  2. 221d5a5 [libclang] Correct annotation and taking of cursor for objc class references by Argyrios Kyrtzidis · 13 years ago
  3. 6639e92 [libclang] by Argyrios Kyrtzidis · 13 years ago
  4. c295461 [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of by Argyrios Kyrtzidis · 13 years ago
  5. 26d43cd [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of by Argyrios Kyrtzidis · 13 years ago
  6. 08e0bc1 Kill of the Decl::PCHLevel field entirely. We now only need to know by Douglas Gregor · 13 years ago
  7. 8f7c540 [libclang] Fix annotation and getting a "macro expansion" cursor by Argyrios Kyrtzidis · 13 years ago
  8. 8e85e85 Handle a code-completion token being passed to the macro stringify operator. by Argyrios Kyrtzidis · 13 years ago
  9. 7d10087 Support code-completion for C++ inline methods and ObjC buffering methods. by Argyrios Kyrtzidis · 13 years ago
  10. 8efcc01 Enable -fdelayed-template-parsing by default on Win32. by Francois Pichet · 13 years ago
  11. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  12. 6f155de [libclang] Fix getting a cursor that points inside tag definition that is part by Argyrios Kyrtzidis · 13 years ago
  13. a28948f Restore patch I reversed in r138040. Known buildbot failures are resolved. by Fariborz Jahanian · 13 years ago
  14. e6f07f5 Revers r138040. Need to look at a few buildbot failures. by Fariborz Jahanian · 13 years ago
  15. 3dbf2f5 objective-c: Bring objective-c handling of decl context by Fariborz Jahanian · 13 years ago
  16. 5c5f03e [libclang] Support code-completion inside macro arguments. by Argyrios Kyrtzidis · 13 years ago
  17. a676379 [libclang] Annotate correctly macro argument tokens. by Argyrios Kyrtzidis · 13 years ago
  18. 1b2d536 For the MacroExpands preprocessor callback, also pass the SourceRange by Argyrios Kyrtzidis · 13 years ago
  19. 75cf3e8 Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. by Argyrios Kyrtzidis · 13 years ago
  20. 4b43b30 [libclang] Make clang_getCursor able to handle locations that point inside macro arguments. by Argyrios Kyrtzidis · 13 years ago
  21. 2799c71 Fix tests for non-darwin hosts. by Argyrios Kyrtzidis · 13 years ago
  22. 427964e [libclang] Require explicit cursor visitation for all TypeLocs (compilation will by Argyrios Kyrtzidis · 13 years ago
  23. 6db629e Fix the buildbot test. by Argyrios Kyrtzidis · 13 years ago
  24. 3422fbc [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717. by Argyrios Kyrtzidis · 13 years ago
  25. 8a4bfaa [libclang] When pointing at an objc property don't return a cursor that points at the by Argyrios Kyrtzidis · 13 years ago
  26. d330e23 Fixed FieldDecl source range. by Abramo Bagnara · 13 years ago
  27. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
  28. 0bfe83b [libclang] Annotation of parameters that got default args from a previous declarations was by Argyrios Kyrtzidis · 13 years ago
  29. d2d8be6 Add code completion to produce "else" blocks after an "if" by Douglas Gregor · 13 years ago
  30. e424470 When producing code completion results for variadic macros, fold the by Douglas Gregor · 13 years ago
  31. 6fa14dd Add the various parameter-passing keywords for Distributed Objects by Douglas Gregor · 13 years ago
  32. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  33. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  34. 430d7a1 Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 13 years ago
  35. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  36. f62d43d Revamp the SourceManager to separate the representation of parsed by Douglas Gregor · 13 years ago
  37. 91ae6b4 When creating a property in a class extension, make sure to check its by Douglas Gregor · 13 years ago
  38. 9b2a0ac Update all of the libclang code corresponding to the preprocessor by Chandler Carruth · 13 years ago
  39. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  40. 85bea97 Keep track of when "unrecoverable" errors occur, then allow by Douglas Gregor · 13 years ago
  41. 064c44b [libclang] Avoid having the cursor of an expression replace the declaration cursor by Argyrios Kyrtzidis · 13 years ago
  42. 5517b89 [libclang] Avoid having the cursor of an expression "overwrite" the annotation of the by Argyrios Kyrtzidis · 13 years ago
  43. f85e193 Automatic Reference Counting. by John McCall · 14 years ago
  44. 85269fc Update Indexer test for new 'atomic' keyword. by Fariborz Jahanian · 14 years ago
  45. 27f4523 Add code completetion code for the new 'atomic' attribute by Fariborz Jahanian · 14 years ago
  46. 352697a Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 14 years ago
  47. 3f828d1 Tweak code completions for Objective-C Key-Value Observing. The by Douglas Gregor · 14 years ago
  48. b83d4d7 Add c-index-test printing and tests for static and virtual method by Douglas Gregor · 14 years ago
  49. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 14 years ago
  50. 4b81cde When providing code completions for an Objective-C property access, by Douglas Gregor · 14 years ago
  51. e74c25c When adding KVC code completions, keep track of all of the selectors by Douglas Gregor · 14 years ago
  52. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 14 years ago
  53. 1d8052d Use the canonical decl when generating the locations for USRs. by Ted Kremenek · 14 years ago
  54. 960d13d Based on the new information in the AST provided by r130628, write by Chandler Carruth · 14 years ago
  55. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 14 years ago
  56. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 14 years ago
  57. 4423ac0 For by Argyrios Kyrtzidis · 14 years ago
  58. ffcd985 When translating a Clang source range into a libclang source range, by Douglas Gregor · 14 years ago
  59. e842605 When providing code completions of ivar names for a property by Douglas Gregor · 14 years ago
  60. aa490cb When producing code completion results for the Objective-C property by Douglas Gregor · 14 years ago
  61. 3e64d56 When determining the "usage" type of a declaration for the purposes of code by Douglas Gregor · 14 years ago
  62. d765061 Apply a bug-fix patch from Marcin Kowalczyk to the source locations for by Chandler Carruth · 14 years ago
  63. dc0a2da For Diagnostic::Reset() also reset the state related to #pragma diagnostic. Fixes rdar://9170766. by Argyrios Kyrtzidis · 14 years ago
  64. 04a9eb3 When libclang visits a translation unit via clang_visitChildren(), by Douglas Gregor · 14 years ago
  65. 0daaf32 Use ElaboratedType also for C. by Abramo Bagnara · 14 years ago
  66. 37c2e96 c-index-test shouldn't crash when a goto has no matching label. Fixes <rdar://problem/9123493>. by Ted Kremenek · 14 years ago
  67. 3deeb6d Fixed type and declaration source range in presence of typeQuals. by Abramo Bagnara · 14 years ago
  68. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 14 years ago
  69. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 14 years ago
  70. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 14 years ago
  71. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  72. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  73. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 14 years ago
  74. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 14 years ago
  75. ee4bfd4 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 14 years ago
  76. 159c0a0 Finish updated test by Douglas Gregor · 14 years ago
  77. 0f0ea2a Eliminate redundant nested-name-specifiers on by Douglas Gregor · 14 years ago
  78. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 14 years ago
  79. 0a9beb5 Force CaseStmt to store its child statements in source-code order, by Douglas Gregor · 14 years ago
  80. 75e8504 Fix the source range for a member access expression that includes a by Douglas Gregor · 14 years ago
  81. c314aa4 Teach libclang how to visit the children of a C++ base-class specifier by Douglas Gregor · 14 years ago
  82. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 14 years ago
  83. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  84. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  85. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  86. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  87. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  88. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  89. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  90. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  91. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  92. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  93. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  94. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
  95. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
  96. a8eef31 Direct testing of source-location information on using declarations, via libclang by Douglas Gregor · 14 years ago
  97. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  98. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
  99. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 14 years ago
  100. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago