| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
* | Change all references of type ExprTy to Expr and get rid of the typedefs. | Richard Trieu | 2011-09-09 | 1 | -5/+5 |
* | objective-c: this patch (re)introduces objective-c's default property | Fariborz Jahanian | 2011-08-31 | 1 | -6/+0 |
* | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -6/+5 |
* | Restore patch I reversed in r138040. Known buildbot | Fariborz Jahanian | 2011-08-22 | 1 | -18/+19 |
* | Revers r138040. Need to look at a few buildbot failures. | Fariborz Jahanian | 2011-08-19 | 1 | -19/+18 |
* | objective-c: Bring objective-c handling of decl context | Fariborz Jahanian | 2011-08-19 | 1 | -18/+19 |
* | [libclang] Support code-completion inside macro arguments. | Argyrios Kyrtzidis | 2011-08-18 | 1 | -3/+2 |
* | Do l-value conversion, etc., on a switch condition expression in | John McCall | 2011-08-06 | 1 | -4/+5 |
* | Add code completion to produce "else" blocks after an "if" | Douglas Gregor | 2011-07-30 | 1 | -0/+55 |
* | When producing code completion results for variadic macros, fold the | Douglas Gregor | 2011-07-30 | 1 | -4/+21 |
* | Add the various parameter-passing keywords for Distributed Objects | Douglas Gregor | 2011-07-30 | 1 | -5/+28 |
* | When performing code completion after at @interface, allow both | Douglas Gregor | 2011-07-30 | 1 | -19/+25 |
* | Eliminate a bunch of temporary strings. | Benjamin Kramer | 2011-07-26 | 1 | -4/+4 |
* | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor | 2011-07-26 | 1 | -2/+2 |
* | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor | 2011-07-25 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -33/+33 |
* | New libclang API to expose container type for code completion, from | Douglas Gregor | 2011-07-21 | 1 | -5/+12 |
* | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 1 | -19/+38 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -20/+77 |
* | Add code completetion code for the new 'atomic' attribute | Fariborz Jahanian | 2011-06-11 | 1 | -0/+2 |
* | Expose @synthesize and @dynamic via their own cursor kinds in | Douglas Gregor | 2011-06-03 | 1 | -0/+10 |
* | Tweak code completions for Objective-C Key-Value Observing. The | Douglas Gregor | 2011-06-02 | 1 | -1/+22 |
* | When providing code completions for an Objective-C property access, | Douglas Gregor | 2011-05-05 | 1 | -13/+61 |
* | When adding KVC code completions, keep track of all of the selectors | Douglas Gregor | 2011-05-04 | 1 | -23/+30 |
* | When providing code completions of ivar names for a property | Douglas Gregor | 2011-04-18 | 1 | -18/+30 |
* | When producing code completion results for the Objective-C property | Douglas Gregor | 2011-04-18 | 1 | -5/+42 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -2/+3 |
* | When determining the "usage" type of a declaration for the purposes of code | Douglas Gregor | 2011-04-14 | 1 | -2/+33 |
* | Don't suggest dynamic_cast or typeid as code completion results when | Douglas Gregor | 2011-04-12 | 1 | -22/+29 |
* | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -2/+6 |
* | Make helpers static. | Benjamin Kramer | 2011-03-26 | 1 | -3/+3 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -1/+0 |
* | When code-completing a case statement for a switch on a value of | Douglas Gregor | 2011-02-18 | 1 | -3/+4 |
* | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor | 2011-02-18 | 1 | -13/+11 |
* | I will not hold on to temporary StringRefs. | Douglas Gregor | 2011-02-17 | 1 | -50/+51 |
* | Implement code completion results for the Objective-C Key-Value Coding | Douglas Gregor | 2011-02-17 | 1 | -12/+655 |
* | When trying to provide a code completion item for a call to "super" in | Douglas Gregor | 2011-02-16 | 1 | -1/+12 |
* | Teach code completion to cope with block types written without a | Douglas Gregor | 2011-02-15 | 1 | -5/+7 |
* | Implement a special code-completion pattern for "IBAction". Fixes | Douglas Gregor | 2011-02-15 | 1 | -1/+22 |
* | When code-completing within a list of declaration specifiers, | Douglas Gregor | 2011-02-15 | 1 | -0/+8 |
* | Create a special allocator class for code completion, so that all of | Douglas Gregor | 2011-02-01 | 1 | -76/+66 |
* | Provide constant strings for certain common code completion strings, | Douglas Gregor | 2011-02-01 | 1 | -22/+90 |
* | Allocate CodeCompletionString and all of its components in a | Douglas Gregor | 2011-02-01 | 1 | -764/+789 |
* | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -1/+1 |
* | Fix a major inconsistency in the representation of Objective-C | Douglas Gregor | 2010-12-21 | 1 | -32/+2 |
* | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -4/+1 |
* | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -0/+3 |
* | Eliminate duplicate code completions for properties. | Douglas Gregor | 2010-12-09 | 1 | -11/+25 |
* | Don't walk the translation unit context to produce protocol names when | Douglas Gregor | 2010-12-09 | 1 | -17/+26 |