Age | Commit message (Expand) | Author |
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 |
2010-10-18 | When providing code completions of Objective-C method declarations | Douglas Gregor |
2010-10-13 | Eliminate the use of ObjCSuperExpr in code completion. | Douglas Gregor |
2010-10-11 | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor |
2010-10-08 | Fix the mapping of vertical-space cursor kinds to produce a newline, | Douglas Gregor |
2010-10-02 | When providing a block literal as a code completion for a | Douglas Gregor |
2010-09-23 | Synchronize globally-cached code completion results with the results | Douglas Gregor |
2010-09-21 | Add code completion for C++ constructors wherever we see the class (or | Douglas Gregor |
2010-09-21 | When providing code completions for an argument in an Objective-C | Douglas Gregor |
2010-09-20 | Refactor code completion for expressions that occur as arguments in | Douglas Gregor |
2010-09-20 | Code completion has no reason to prefer values over types, especially | Douglas Gregor |
2010-09-20 | Slight refactoring in code-completion results generation, placing the | Douglas Gregor |
2010-09-20 | Get rid of the lame attempt to prioritize "void" functions at | Douglas Gregor |
2010-09-20 | Tweak priorities for some types and macros: | Douglas Gregor |
2010-09-18 | Continue parsing more postfix expressions, even after semantic | Douglas Gregor |
2010-09-16 | Don't add two code-completion results for the same selector; it | Douglas Gregor |
2010-09-16 | When collecting Objective-C methods for message send completions, be | Douglas Gregor |
2010-09-16 | Implement code completion for Objective-C class message sends that are | Douglas Gregor |
2010-09-15 | Improve code completion for Objective-C message sends when the opening | Douglas Gregor |
2010-09-14 | Introduce a new code-completion context for a parenthesized | Douglas Gregor |
2010-09-09 | Teach libclang to walk the base and member initializers of a | Douglas Gregor |
2010-09-08 | When providing a completion for a function/method parameter of block | Douglas Gregor |
2010-09-04 | zap dead code. | Chris Lattner |
2010-09-03 | Synchronize code-completion cursor kinds with indexing cursor | Douglas Gregor |
2010-09-01 | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek |
2010-08-31 | When provide code completions for a variadic Objective-C method | Douglas Gregor |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-29 | When providing a code completion for an Objective-C message send, drop | Douglas Gregor |
2010-08-29 | Improve code completion for initializer lists in constructors. Instead | Douglas Gregor |
2010-08-28 | Basic code completion support for the base and member initializers in | Douglas Gregor |
2010-08-27 | Implement the "call super" code completion for C++. If the virtual | Douglas Gregor |
2010-08-27 | Suggest "const" and "volatile" code completions after a function | Douglas Gregor |
2010-08-27 | When code-completing inside an Objective-C method, give a slight | Douglas Gregor |
2010-08-27 | Add a super-cool code completion for send-to-super. When we're typing | Douglas Gregor |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
2010-08-26 | Tweak the @selector completion to collapse multiple informative and | Douglas Gregor |
2010-08-26 | When code-completing a potential call to a C++ non-static member | Douglas Gregor |
2010-08-26 | Implement code completion for @selector expressions | Douglas Gregor |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-25 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-25 | When combining the code-completion results from Sema long with the | Douglas Gregor |
2010-08-25 | Add a code-completion context for "natural language" completions, so | Douglas Gregor |
2010-08-25 | Introduce a preprocessor code-completion hook for contexts where we | Douglas Gregor |