Age | Commit message (Expand) | Author |
2011-07-30 | Add code completion to produce "else" blocks after an "if" | Douglas Gregor |
2011-07-30 | When producing code completion results for variadic macros, fold the | Douglas Gregor |
2011-07-30 | Add the various parameter-passing keywords for Distributed Objects | Douglas Gregor |
2011-07-30 | When performing code completion after at @interface, allow both | Douglas Gregor |
2011-07-26 | Eliminate a bunch of temporary strings. | Benjamin Kramer |
2011-07-26 | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor |
2011-07-25 | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-21 | New libclang API to expose container type for code completion, from | Douglas Gregor |
2011-07-07 | Introduce a new libclang aPI function, | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-11 | Add code completetion code for the new 'atomic' attribute | Fariborz Jahanian |
2011-06-03 | Expose @synthesize and @dynamic via their own cursor kinds in | Douglas Gregor |
2011-06-02 | Tweak code completions for Objective-C Key-Value Observing. The | Douglas Gregor |
2011-05-05 | When providing code completions for an Objective-C property access, | Douglas Gregor |
2011-05-04 | When adding KVC code completions, keep track of all of the selectors | Douglas Gregor |
2011-04-18 | When providing code completions of ivar names for a property | Douglas Gregor |
2011-04-18 | When producing code completion results for the Objective-C property | Douglas Gregor |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-14 | When determining the "usage" type of a declaration for the purposes of code | Douglas Gregor |
2011-04-12 | Don't suggest dynamic_cast or typeid as code completion results when | Douglas Gregor |
2011-04-08 | Use ExprResult& instead of Expr *& in Sema | John Wiegley |
2011-03-26 | Make helpers static. | Benjamin Kramer |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-18 | When code-completing a case statement for a switch on a value of | Douglas Gregor |
2011-02-18 | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor |
2011-02-17 | I will not hold on to temporary StringRefs. | Douglas Gregor |
2011-02-17 | Implement code completion results for the Objective-C Key-Value Coding | Douglas Gregor |
2011-02-16 | When trying to provide a code completion item for a call to "super" in | Douglas Gregor |
2011-02-15 | Teach code completion to cope with block types written without a | Douglas Gregor |
2011-02-15 | Implement a special code-completion pattern for "IBAction". Fixes | Douglas Gregor |
2011-02-15 | When code-completing within a list of declaration specifiers, | Douglas Gregor |
2011-02-01 | Create a special allocator class for code completion, so that all of | Douglas Gregor |
2011-02-01 | Provide constant strings for certain common code completion strings, | Douglas Gregor |
2011-02-01 | Allocate CodeCompletionString and all of its components in a | Douglas Gregor |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |
2010-12-21 | Fix a major inconsistency in the representation of Objective-C | Douglas Gregor |
2010-12-14 | Added missing IgnoreParens(). | Abramo Bagnara |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-09 | Eliminate duplicate code completions for properties. | Douglas Gregor |
2010-12-09 | Don't walk the translation unit context to produce protocol names when | Douglas Gregor |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-11-17 | Do not produce "purely informative" code completion results for | Douglas Gregor |
2010-11-09 | Revert the fix for PR8013. | Douglas Gregor |
2010-11-09 | Handle overload resolution when calling an overloaded function set | Douglas Gregor |
2010-11-09 | Teach code completion not to include out-of-line declarations and | Douglas Gregor |
2010-11-08 | If an instance method messages is sending to an expression of type Class, | Douglas Gregor |
2010-11-02 | Teach code completion to provide property results when the property | Douglas Gregor |
2010-10-18 | Fix the translation of the PCC_ForInit code-completion context for | Douglas Gregor |
2010-10-18 | Introduce code completion results for Objective-C methods, both when | Douglas Gregor |