1. 3422fbc [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717. by Argyrios Kyrtzidis · 13 years ago
  2. 8a4bfaa [libclang] When pointing at an objc property don't return a cursor that points at the by Argyrios Kyrtzidis · 13 years ago
  3. d330e23 Fixed FieldDecl source range. by Abramo Bagnara · 13 years ago
  4. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
  5. 0bfe83b [libclang] Annotation of parameters that got default args from a previous declarations was by Argyrios Kyrtzidis · 13 years ago
  6. d2d8be6 Add code completion to produce "else" blocks after an "if" by Douglas Gregor · 13 years ago
  7. e424470 When producing code completion results for variadic macros, fold the by Douglas Gregor · 13 years ago
  8. 6fa14dd Add the various parameter-passing keywords for Distributed Objects by Douglas Gregor · 13 years ago
  9. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  10. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  11. 430d7a1 Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 13 years ago
  12. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  13. f62d43d Revamp the SourceManager to separate the representation of parsed by Douglas Gregor · 13 years ago
  14. 91ae6b4 When creating a property in a class extension, make sure to check its by Douglas Gregor · 13 years ago
  15. 9b2a0ac Update all of the libclang code corresponding to the preprocessor by Chandler Carruth · 13 years ago
  16. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  17. 85bea97 Keep track of when "unrecoverable" errors occur, then allow by Douglas Gregor · 13 years ago
  18. 064c44b [libclang] Avoid having the cursor of an expression replace the declaration cursor by Argyrios Kyrtzidis · 13 years ago
  19. 5517b89 [libclang] Avoid having the cursor of an expression "overwrite" the annotation of the by Argyrios Kyrtzidis · 13 years ago
  20. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  21. 85269fc Update Indexer test for new 'atomic' keyword. by Fariborz Jahanian · 13 years ago
  22. 27f4523 Add code completetion code for the new 'atomic' attribute by Fariborz Jahanian · 13 years ago
  23. 352697a Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 13 years ago
  24. 3f828d1 Tweak code completions for Objective-C Key-Value Observing. The by Douglas Gregor · 13 years ago
  25. b83d4d7 Add c-index-test printing and tests for static and virtual method by Douglas Gregor · 13 years ago
  26. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 13 years ago
  27. 4b81cde When providing code completions for an Objective-C property access, by Douglas Gregor · 13 years ago
  28. e74c25c When adding KVC code completions, keep track of all of the selectors by Douglas Gregor · 13 years ago
  29. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  30. 1d8052d Use the canonical decl when generating the locations for USRs. by Ted Kremenek · 13 years ago
  31. 960d13d Based on the new information in the AST provided by r130628, write by Chandler Carruth · 13 years ago
  32. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 13 years ago
  33. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago
  34. 4423ac0 For by Argyrios Kyrtzidis · 13 years ago
  35. ffcd985 When translating a Clang source range into a libclang source range, by Douglas Gregor · 13 years ago
  36. e842605 When providing code completions of ivar names for a property by Douglas Gregor · 13 years ago
  37. aa490cb When producing code completion results for the Objective-C property by Douglas Gregor · 13 years ago
  38. 3e64d56 When determining the "usage" type of a declaration for the purposes of code by Douglas Gregor · 13 years ago
  39. d765061 Apply a bug-fix patch from Marcin Kowalczyk to the source locations for by Chandler Carruth · 13 years ago
  40. dc0a2da For Diagnostic::Reset() also reset the state related to #pragma diagnostic. Fixes rdar://9170766. by Argyrios Kyrtzidis · 13 years ago
  41. 04a9eb3 When libclang visits a translation unit via clang_visitChildren(), by Douglas Gregor · 13 years ago
  42. 0daaf32 Use ElaboratedType also for C. by Abramo Bagnara · 13 years ago
  43. 37c2e96 c-index-test shouldn't crash when a goto has no matching label. Fixes <rdar://problem/9123493>. by Ted Kremenek · 13 years ago
  44. 3deeb6d Fixed type and declaration source range in presence of typeQuals. by Abramo Bagnara · 13 years ago
  45. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 13 years ago
  46. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 13 years ago
  47. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  48. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  49. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 13 years ago
  50. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 13 years ago
  51. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 13 years ago
  52. ee4bfd4 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 13 years ago
  53. 159c0a0 Finish updated test by Douglas Gregor · 13 years ago
  54. 0f0ea2a Eliminate redundant nested-name-specifiers on by Douglas Gregor · 13 years ago
  55. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 13 years ago
  56. 0a9beb5 Force CaseStmt to store its child statements in source-code order, by Douglas Gregor · 13 years ago
  57. 75e8504 Fix the source range for a member access expression that includes a by Douglas Gregor · 13 years ago
  58. c314aa4 Teach libclang how to visit the children of a C++ base-class specifier by Douglas Gregor · 13 years ago
  59. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 13 years ago
  60. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  61. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  62. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 13 years ago
  63. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 13 years ago
  64. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 13 years ago
  65. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 13 years ago
  66. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  67. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  68. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 13 years ago
  69. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  70. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 13 years ago
  71. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 13 years ago
  72. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 13 years ago
  73. a8eef31 Direct testing of source-location information on using declarations, via libclang by Douglas Gregor · 13 years ago
  74. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 13 years ago
  75. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 13 years ago
  76. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 13 years ago
  77. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 13 years ago
  78. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 13 years ago
  79. 4706e87 When Parser::ParseExpressionList isn't given a completer, fall back to by Douglas Gregor · 13 years ago
  80. 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 13 years ago
  81. d98abd8 When searching for visible declarations (e.g., for code completion), by Douglas Gregor · 13 years ago
  82. 78bcd91 When trying to provide a code completion item for a call to "super" in by Douglas Gregor · 13 years ago
  83. 830072c Teach code completion to cope with block types written without a by Douglas Gregor · 13 years ago
  84. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 13 years ago
  85. 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 13 years ago
  86. 97d7ff0 When we encounter an Objective-C class name in an expression, followed by Douglas Gregor · 13 years ago
  87. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 13 years ago
  88. 52d6bbe Don't crash when generating USRs for ObjC methods in protocols. by Ted Kremenek · 14 years ago
  89. cd9175d USRs for Objective-C methods use the USR of the @interface as their base, not the USR of the class category or extension. by Ted Kremenek · 14 years ago
  90. 4814fb5 If any Fix-Its attached to a diagnostic have invalid source locations by Douglas Gregor · 14 years ago
  91. 2a11469 Test for previous commit by Douglas Gregor · 14 years ago
  92. e72fb6f Add libclang functions to determine the const/volatile/restrict by Douglas Gregor · 14 years ago
  93. fbcfeea Eliminate the use of getTypeForDecl from clang_getCursorType() and by Douglas Gregor · 14 years ago
  94. ba73ada Teach libclang to generate USRs containing parameter packs and pack expansions. by Douglas Gregor · 14 years ago
  95. 94d9629 Teach libclang about SizeOfPackExpr. by Douglas Gregor · 14 years ago
  96. 0b53cf8 Don't silently drop warning flags passed in to by Douglas Gregor · 14 years ago
  97. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 14 years ago
  98. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  99. 0fe5397 When in code-completion, skip obj-c method bodies for speed up. by Argyrios Kyrtzidis · 14 years ago
  100. 3437f1f Speed up code-completion by skipping function bodies. by Argyrios Kyrtzidis · 14 years ago