| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet | 2010-12-04 | 1 | -3/+4 |
* | Do not produce "purely informative" code completion results for | Douglas Gregor | 2010-11-17 | 1 | -22/+35 |
* | Revert the fix for PR8013. | Douglas Gregor | 2010-11-09 | 1 | -4/+0 |
* | Handle overload resolution when calling an overloaded function set | Douglas Gregor | 2010-11-09 | 1 | -0/+4 |
* | Teach code completion not to include out-of-line declarations and | Douglas Gregor | 2010-11-09 | 1 | -1/+8 |
* | If an instance method messages is sending to an expression of type Class, | Douglas Gregor | 2010-11-08 | 1 | -8/+15 |
* | Teach code completion to provide property results when the property | Douglas Gregor | 2010-11-02 | 1 | -9/+43 |
* | Fix the translation of the PCC_ForInit code-completion context for | Douglas Gregor | 2010-10-18 | 1 | -2/+8 |
* | Introduce code completion results for Objective-C methods, both when | Douglas Gregor | 2010-10-18 | 1 | -6/+8 |
* | When providing code completions of Objective-C method declarations | Douglas Gregor | 2010-10-18 | 1 | -48/+28 |
* | Eliminate the use of ObjCSuperExpr in code completion. | Douglas Gregor | 2010-10-13 | 1 | -11/+9 |
* | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor | 2010-10-11 | 1 | -2/+4 |
* | Fix the mapping of vertical-space cursor kinds to produce a newline, | Douglas Gregor | 2010-10-08 | 1 | -0/+1 |
* | When providing a block literal as a code completion for a | Douglas Gregor | 2010-10-02 | 1 | -0/+5 |
* | Synchronize globally-cached code completion results with the results | Douglas Gregor | 2010-09-23 | 1 | -75/+106 |
* | Add code completion for C++ constructors wherever we see the class (or | Douglas Gregor | 2010-09-21 | 1 | -11/+112 |
* | When providing code completions for an argument in an Objective-C | Douglas Gregor | 2010-09-21 | 1 | -7/+71 |
* | Refactor code completion for expressions that occur as arguments in | Douglas Gregor | 2010-09-20 | 1 | -6/+20 |
* | Code completion has no reason to prefer values over types, especially | Douglas Gregor | 2010-09-20 | 1 | -1/+1 |
* | Slight refactoring in code-completion results generation, placing the | Douglas Gregor | 2010-09-20 | 1 | -38/+50 |
* | Get rid of the lame attempt to prioritize "void" functions at | Douglas Gregor | 2010-09-20 | 1 | -12/+3 |
* | Tweak priorities for some types and macros: | Douglas Gregor | 2010-09-20 | 1 | -4/+16 |
* | Continue parsing more postfix expressions, even after semantic | Douglas Gregor | 2010-09-18 | 1 | -3/+5 |
* | Don't add two code-completion results for the same selector; it | Douglas Gregor | 2010-09-16 | 1 | -16/+42 |
* | When collecting Objective-C methods for message send completions, be | Douglas Gregor | 2010-09-16 | 1 | -0/+11 |
* | Implement code completion for Objective-C class message sends that are | Douglas Gregor | 2010-09-16 | 1 | -32/+71 |
* | Improve code completion for Objective-C message sends when the opening | Douglas Gregor | 2010-09-15 | 1 | -15/+8 |
* | Introduce a new code-completion context for a parenthesized | Douglas Gregor | 2010-09-14 | 1 | -6/+13 |
* | Teach libclang to walk the base and member initializers of a | Douglas Gregor | 2010-09-09 | 1 | -1/+2 |
* | When providing a completion for a function/method parameter of block | Douglas Gregor | 2010-09-08 | 1 | -16/+21 |
* | zap dead code. | Chris Lattner | 2010-09-04 | 1 | -6/+2 |