| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce a new code-completion point prior to an identifier in the | Douglas Gregor | 2010-07-08 | 1 | -132/+195 |
* | During code completion, give the "nil" and "NULL" macros the same | Douglas Gregor | 2010-07-08 | 1 | -4/+22 |
* | Patch to provide separate ASTs for multiple ObjC class extension | Fariborz Jahanian | 2010-06-22 | 1 | -7/+4 |
* | Remove a completely useless and utterly incorrect assertion. | Douglas Gregor | 2010-06-15 | 1 | -2/+0 |
* | Teach code completion not to ignore data members when performing code | Douglas Gregor | 2010-06-15 | 1 | -2/+2 |
* | Alter the ExternalASTSource interface to permit by-name lookups. PCH continu... | John McCall | 2010-06-01 | 1 | -6/+6 |
* | Fix crash in code completion when an ObjCMethodDecl doesn't have an associate... | Ted Kremenek | 2010-05-31 | 1 | -4/+7 |
* | Teach code-completion for calls to be more careful with a | Douglas Gregor | 2010-05-30 | 1 | -2/+14 |
* | Teach code completion to adjust its completion priorities based on the | Douglas Gregor | 2010-05-30 | 1 | -30/+238 |
* | Don't put method bodies into code completions unless code patterns are | Douglas Gregor | 2010-05-28 | 1 | -1/+1 |
* | Do not produce types as valid code completions when we're in an | Douglas Gregor | 2010-05-28 | 1 | -3/+57 |
* | Make -code-completion-patterns only cover multi-line code | Douglas Gregor | 2010-05-28 | 1 | -241/+247 |
* | Implement a code-completion hook for the receiver of an Objective-C | Douglas Gregor | 2010-05-27 | 1 | -0/+98 |
* | Introduce priorities into the code-completion results. | Douglas Gregor | 2010-05-26 | 1 | -27/+44 |
* | Only enable code patterns (e.g., try { statements } catch (...) { | Douglas Gregor | 2010-05-25 | 1 | -204/+246 |
* | Improve code completion in failure cases in two ways: | Douglas Gregor | 2010-05-25 | 1 | -2/+6 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -10/+10 |
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -3/+3 |
* | It turns out that basically every caller to RequireCompleteDeclContext | John McCall | 2010-05-01 | 1 | -1/+1 |
* | Recommit my change to how C++ does elaborated type lookups, now with | John McCall | 2010-04-23 | 1 | -5/+14 |
* | Revert "C++ doesn't really use "namespaces" for different kinds of names the ... | Daniel Dunbar | 2010-04-23 | 1 | -15/+5 |
* | C++ doesn't really use "namespaces" for different kinds of names the same | John McCall | 2010-04-23 | 1 | -5/+15 |
* | Rework the Parser-Sema interaction for Objective-C message | Douglas Gregor | 2010-04-21 | 1 | -47/+67 |
* | Overhaul the AST representation of Objective-C message send | Douglas Gregor | 2010-04-21 | 1 | -7/+18 |
* | Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate | Douglas Gregor | 2010-04-16 | 1 | -1/+1 |
* | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor | 2010-04-15 | 1 | -8/+12 |
* | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin | 2010-04-08 | 1 | -1/+1 |
* | Implement code completion for Objective-C method declarations and | Douglas Gregor | 2010-04-07 | 1 | -0/+221 |
* | When code completion produces an overload set as its results (e.g., | Douglas Gregor | 2010-04-06 | 1 | -3/+2 |
* | Do not produce semicolons at the end of code-completion results | Douglas Gregor | 2010-04-06 | 1 | -14/+0 |
* | Only prove macros as code-completion results when we're in a case | Douglas Gregor | 2010-04-06 | 1 | -19/+1 |
* | When sending a message to "id", apply some heuristics to try to narrow | Douglas Gregor | 2010-04-06 | 1 | -0/+68 |
* | Make code-completion for Objective-C message sends to "id" work in the | Douglas Gregor | 2010-04-06 | 1 | -4/+34 |
* | Implement support for code completion of an Objective-C message send to | Douglas Gregor | 2010-04-06 | 1 | -9/+49 |
* | Extend the type printing policy to allow one to turn off the printing | Douglas Gregor | 2010-04-05 | 1 | -1/+4 |
* | Remember the "found declaration" for an overload candidate, which is the | John McCall | 2010-03-19 | 1 | -1/+2 |
* | Split C++ friend declarations into their own header/implementation file. | John McCall | 2010-03-11 | 1 | -2/+1 |
* | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor | 2010-03-01 | 1 | -2/+3 |
* | Add some spacing in the code-completion results for a return statement | Douglas Gregor | 2010-02-18 | 1 | -1/+3 |
* | Thread a source location into the template-argument deduction routines. There | John McCall | 2010-02-08 | 1 | -4/+7 |
* | Implement the lvalue-to-rvalue conversion where needed. The | Douglas Gregor | 2010-02-03 | 1 | -1/+1 |
* | Pass access specifiers around in overload resolution. | John McCall | 2010-01-26 | 1 | -1/+2 |
* | Teach code-completion to deal with calls to functions without prototypes. | Douglas Gregor | 2010-01-21 | 1 | -15/+21 |
* | Switch a few callers of MaybeAddResult over to AddResult, when the | Douglas Gregor | 2010-01-14 | 1 | -10/+12 |
* | Switch code-completion's ivar lookup over to LookupVisibleDecls, | Douglas Gregor | 2010-01-14 | 1 | -5/+11 |
* | Start migrating code-completion results from | Douglas Gregor | 2010-01-14 | 1 | -117/+129 |
* | Switch the remaining code completions over to LookupVisibleDecls, | Douglas Gregor | 2010-01-14 | 1 | -106/+15 |
* | Move code completion for qualified name lookup (foo::) to | Douglas Gregor | 2010-01-14 | 1 | -1/+2 |
* | Eliminate the code-completion-specifier CollectLookupResults in favor | Douglas Gregor | 2010-01-14 | 1 | -73/+10 |
* | Simplify the code-completion logic for nested-name-specifiers: rather | Douglas Gregor | 2010-01-14 | 1 | -31/+43 |