| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Synchronize code-completion cursor kinds with indexing cursor | Douglas Gregor | 2010-09-03 | 1 | -0/+63 |
| * | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek | 2010-09-01 | 1 | -5/+5 |
| * | When provide code completions for a variadic Objective-C method | Douglas Gregor | 2010-08-31 | 1 | -15/+24 |
| * | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -3/+3 |
| * | When providing a code completion for an Objective-C message send, drop | Douglas Gregor | 2010-08-29 | 1 | -5/+7 |
| * | Improve code completion for initializer lists in constructors. Instead | Douglas Gregor | 2010-08-29 | 1 | -7/+33 |
| * | Basic code completion support for the base and member initializers in | Douglas Gregor | 2010-08-28 | 1 | -0/+80 |
| * | Implement the "call super" code completion for C++. If the virtual | Douglas Gregor | 2010-08-27 | 1 | -5/+92 |
| * | Suggest "const" and "volatile" code completions after a function | Douglas Gregor | 2010-08-27 | 1 | -0/+16 |
| * | When code-completing inside an Objective-C method, give a slight | Douglas Gregor | 2010-08-27 | 1 | -2/+38 |
| * | Add a super-cool code completion for send-to-super. When we're typing | Douglas Gregor | 2010-08-27 | 1 | -4/+144 |
| * | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -62/+62 |
| * | Tweak the @selector completion to collapse multiple informative and | Douglas Gregor | 2010-08-26 | 1 | -8/+11 |
| * | When code-completing a potential call to a C++ non-static member | Douglas Gregor | 2010-08-26 | 1 | -2/+47 |
| * | Implement code completion for @selector expressions | Douglas Gregor | 2010-08-26 | 1 | -11/+70 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -2/+0 |
| * | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar | 2010-08-26 | 1 | -0/+2 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -2/+0 |
| * | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -0/+2 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-25 | 1 | -2/+0 |
| * | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | When combining the code-completion results from Sema long with the | Douglas Gregor | 2010-08-25 | 1 | -64/+2 |
| * | Add a code-completion context for "natural language" completions, so | Douglas Gregor | 2010-08-25 | 1 | -2/+1 |
| * | Introduce a preprocessor code-completion hook for contexts where we | Douglas Gregor | 2010-08-25 | 1 | -0/+7 |
| * | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall | 2010-08-25 | 1 | -3/+5 |
| * | Teach Sema to live without CodeCompleteConsumer.h. | John McCall | 2010-08-25 | 1 | -53/+53 |
| * | When performing completions involving Objective-C method declarations | Douglas Gregor | 2010-08-25 | 1 | -17/+32 |
| * | Give a slight preference to functions returning "void" when we're | Douglas Gregor | 2010-08-24 | 1 | -4/+13 |
| * | Implement code completion for preprocessor expressions and in macro | Douglas Gregor | 2010-08-24 | 1 | -4/+39 |
| * | Move some of SemaOverload's API to various places in Overload.h, and kill | John McCall | 2010-08-24 | 1 | -1/+2 |
| * | Implement preprocessor code completion where a macro name is expected, | Douglas Gregor | 2010-08-24 | 1 | -0/+24 |
| * | Introduce basic code-completion support for preprocessor directives, | Douglas Gregor | 2010-08-24 | 1 | -0/+180 |
| * | When providing completions for a function or method argument that | Douglas Gregor | 2010-08-24 | 1 | -11/+108 |
| * | More header elimination. The goal of all this is to allow Parser to | John McCall | 2010-08-24 | 1 | -0/+1 |
| * | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+1 |
| * | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -2/+2 |
| * | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -5/+5 |
| * | State explicitly that we are intentionally not providing macro completions fo... | Douglas Gregor | 2010-08-24 | 1 | -0/+3 |
| * | Consistently switch on PCC_Type | Douglas Gregor | 2010-08-24 | 1 | -17/+22 |
| * | Provide code completion results for the context-sensitive Objective-C | Douglas Gregor | 2010-08-24 | 1 | -2/+55 |
| * | When calling a function or messaging a method marked "sentinel", add | Douglas Gregor | 2010-08-23 | 1 | -1/+20 |
| * | Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completion | Douglas Gregor | 2010-08-23 | 1 | -0/+38 |
| * | Introduce a code-completion hook for the Objective-C collection | Douglas Gregor | 2010-08-23 | 1 | -10/+68 |
| * | Don't include macro results when we're completing a declarator. | Douglas Gregor | 2010-08-23 | 1 | -4/+0 |
| * | Introduce a new code-completion point when we're parsing a | Douglas Gregor | 2010-08-23 | 1 | -1/+40 |