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