1. f85e193 Automatic Reference Counting. by John McCall · 14 years ago
  2. 85269fc Update Indexer test for new 'atomic' keyword. by Fariborz Jahanian · 14 years ago
  3. 27f4523 Add code completetion code for the new 'atomic' attribute by Fariborz Jahanian · 14 years ago
  4. 352697a Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 14 years ago
  5. 3f828d1 Tweak code completions for Objective-C Key-Value Observing. The by Douglas Gregor · 14 years ago
  6. b83d4d7 Add c-index-test printing and tests for static and virtual method by Douglas Gregor · 14 years ago
  7. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 14 years ago
  8. 4b81cde When providing code completions for an Objective-C property access, by Douglas Gregor · 14 years ago
  9. e74c25c When adding KVC code completions, keep track of all of the selectors by Douglas Gregor · 14 years ago
  10. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 14 years ago
  11. 1d8052d Use the canonical decl when generating the locations for USRs. by Ted Kremenek · 14 years ago
  12. 960d13d Based on the new information in the AST provided by r130628, write by Chandler Carruth · 14 years ago
  13. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 14 years ago
  14. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 14 years ago
  15. 4423ac0 For by Argyrios Kyrtzidis · 14 years ago
  16. ffcd985 When translating a Clang source range into a libclang source range, by Douglas Gregor · 14 years ago
  17. e842605 When providing code completions of ivar names for a property by Douglas Gregor · 14 years ago
  18. aa490cb When producing code completion results for the Objective-C property by Douglas Gregor · 14 years ago
  19. 3e64d56 When determining the "usage" type of a declaration for the purposes of code by Douglas Gregor · 14 years ago
  20. d765061 Apply a bug-fix patch from Marcin Kowalczyk to the source locations for by Chandler Carruth · 14 years ago
  21. dc0a2da For Diagnostic::Reset() also reset the state related to #pragma diagnostic. Fixes rdar://9170766. by Argyrios Kyrtzidis · 14 years ago
  22. 04a9eb3 When libclang visits a translation unit via clang_visitChildren(), by Douglas Gregor · 14 years ago
  23. 0daaf32 Use ElaboratedType also for C. by Abramo Bagnara · 14 years ago
  24. 37c2e96 c-index-test shouldn't crash when a goto has no matching label. Fixes <rdar://problem/9123493>. by Ted Kremenek · 14 years ago
  25. 3deeb6d Fixed type and declaration source range in presence of typeQuals. by Abramo Bagnara · 14 years ago
  26. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 14 years ago
  27. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 14 years ago
  28. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 14 years ago
  29. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  30. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  31. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 14 years ago
  32. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 14 years ago
  33. ee4bfd4 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 14 years ago
  34. 159c0a0 Finish updated test by Douglas Gregor · 14 years ago
  35. 0f0ea2a Eliminate redundant nested-name-specifiers on by Douglas Gregor · 14 years ago
  36. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 14 years ago
  37. 0a9beb5 Force CaseStmt to store its child statements in source-code order, by Douglas Gregor · 14 years ago
  38. 75e8504 Fix the source range for a member access expression that includes a by Douglas Gregor · 14 years ago
  39. c314aa4 Teach libclang how to visit the children of a C++ base-class specifier by Douglas Gregor · 14 years ago
  40. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 14 years ago
  41. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  42. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  43. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  44. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  45. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  46. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  47. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  48. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  49. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  50. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  51. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  52. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
  53. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
  54. a8eef31 Direct testing of source-location information on using declarations, via libclang by Douglas Gregor · 14 years ago
  55. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  56. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
  57. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 14 years ago
  58. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  59. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 14 years ago
  60. 4706e87 When Parser::ParseExpressionList isn't given a completer, fall back to by Douglas Gregor · 14 years ago
  61. 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 14 years ago
  62. d98abd8 When searching for visible declarations (e.g., for code completion), by Douglas Gregor · 14 years ago
  63. 78bcd91 When trying to provide a code completion item for a call to "super" in by Douglas Gregor · 14 years ago
  64. 830072c Teach code completion to cope with block types written without a by Douglas Gregor · 14 years ago
  65. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 14 years ago
  66. 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 14 years ago
  67. 97d7ff0 When we encounter an Objective-C class name in an expression, followed by Douglas Gregor · 14 years ago
  68. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 14 years ago
  69. 52d6bbe Don't crash when generating USRs for ObjC methods in protocols. by Ted Kremenek · 14 years ago
  70. 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
  71. 4814fb5 If any Fix-Its attached to a diagnostic have invalid source locations by Douglas Gregor · 14 years ago
  72. 2a11469 Test for previous commit by Douglas Gregor · 14 years ago
  73. e72fb6f Add libclang functions to determine the const/volatile/restrict by Douglas Gregor · 14 years ago
  74. fbcfeea Eliminate the use of getTypeForDecl from clang_getCursorType() and by Douglas Gregor · 14 years ago
  75. ba73ada Teach libclang to generate USRs containing parameter packs and pack expansions. by Douglas Gregor · 14 years ago
  76. 94d9629 Teach libclang about SizeOfPackExpr. by Douglas Gregor · 14 years ago
  77. 0b53cf8 Don't silently drop warning flags passed in to by Douglas Gregor · 14 years ago
  78. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 14 years ago
  79. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  80. 0fe5397 When in code-completion, skip obj-c method bodies for speed up. by Argyrios Kyrtzidis · 14 years ago
  81. 3437f1f Speed up code-completion by skipping function bodies. by Argyrios Kyrtzidis · 14 years ago
  82. 32038bb When determining which preprocessed entities to traverse in libclang, by Douglas Gregor · 14 years ago
  83. 52e64c8 Fix test to be platform-agnostic by Douglas Gregor · 14 years ago
  84. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  85. 2fcbcef Implement BlockDecl::getSourceRange(). The bogus source-range by Douglas Gregor · 14 years ago
  86. 124b3de add missing newlines at end of file. by Chris Lattner · 14 years ago
  87. c7b5ed6 Swap the order of the condition and body of a do-while statement in by Douglas Gregor · 14 years ago
  88. bbca85d Avoid to emit redundant implicit cast for enum constants init expressions. by Abramo Bagnara · 14 years ago
  89. 85fe156 In clang_getCursor(), don't override a preprocessing cursor within by Douglas Gregor · 14 years ago
  90. 7344921 Eliminate duplicate code completions for properties. by Douglas Gregor · 14 years ago
  91. 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
  92. 0a03a3f Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  93. 2346789 Fix test that didn't really test anything. by Francois Pichet · 14 years ago
  94. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
  95. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  96. cf54426 Do not produce "purely informative" code completion results for by Douglas Gregor · 14 years ago
  97. 89629a7 When libclang is walking a member access expression, don't walk into by Douglas Gregor · 14 years ago
  98. 6653798 When comparing the source range of a declaration against the region of by Douglas Gregor · 14 years ago
  99. a4ffd85 For an Objective-C @synthesize statement, e.g., by Douglas Gregor · 14 years ago
  100. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago