aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaCodeComplete.cpp
AgeCommit message (Expand)Author
2010-11-08If an instance method messages is sending to an expression of type Class,Douglas Gregor
2010-11-02Teach code completion to provide property results when the propertyDouglas Gregor
2010-10-18Fix the translation of the PCC_ForInit code-completion context forDouglas Gregor
2010-10-18Introduce code completion results for Objective-C methods, both whenDouglas Gregor
2010-10-18When providing code completions of Objective-C method declarationsDouglas Gregor
2010-10-13Eliminate the use of ObjCSuperExpr in code completion.Douglas Gregor
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-10-08Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor
2010-10-02When providing a block literal as a code completion for aDouglas Gregor
2010-09-23Synchronize globally-cached code completion results with the resultsDouglas Gregor
2010-09-21Add code completion for C++ constructors wherever we see the class (orDouglas Gregor
2010-09-21When providing code completions for an argument in an Objective-CDouglas Gregor
2010-09-20Refactor code completion for expressions that occur as arguments inDouglas Gregor
2010-09-20Code completion has no reason to prefer values over types, especiallyDouglas Gregor
2010-09-20Slight refactoring in code-completion results generation, placing theDouglas Gregor
2010-09-20Get rid of the lame attempt to prioritize "void" functions atDouglas Gregor
2010-09-20Tweak priorities for some types and macros:Douglas Gregor
2010-09-18Continue parsing more postfix expressions, even after semanticDouglas Gregor
2010-09-16Don't add two code-completion results for the same selector; itDouglas Gregor
2010-09-16When collecting Objective-C methods for message send completions, beDouglas Gregor
2010-09-16Implement code completion for Objective-C class message sends that areDouglas Gregor
2010-09-15Improve code completion for Objective-C message sends when the openingDouglas Gregor
2010-09-14Introduce a new code-completion context for a parenthesizedDouglas Gregor
2010-09-09Teach libclang to walk the base and member initializers of aDouglas Gregor
2010-09-08When providing a completion for a function/method parameter of blockDouglas Gregor
2010-09-04zap dead code.Chris Lattner
2010-09-03Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor
2010-09-01Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek
2010-08-31When provide code completions for a variadic Objective-C methodDouglas Gregor
2010-08-31Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl
2010-08-29When providing a code completion for an Objective-C message send, dropDouglas Gregor
2010-08-29Improve code completion for initializer lists in constructors. InsteadDouglas Gregor
2010-08-28Basic code completion support for the base and member initializers inDouglas Gregor
2010-08-27Implement the "call super" code completion for C++. If the virtualDouglas Gregor
2010-08-27Suggest "const" and "volatile" code completions after a functionDouglas Gregor
2010-08-27When code-completing inside an Objective-C method, give a slightDouglas Gregor
2010-08-27Add a super-cool code completion for send-to-super. When we're typingDouglas Gregor
2010-08-26One who seeks knowledge learns something new every day.John McCall
2010-08-26Tweak the @selector completion to collapse multiple informative andDouglas Gregor
2010-08-26When code-completing a potential call to a C++ non-static memberDouglas Gregor
2010-08-26Implement code completion for @selector expressionsDouglas Gregor
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall
2010-08-25When combining the code-completion results from Sema long with theDouglas Gregor
2010-08-25Add a code-completion context for "natural language" completions, soDouglas Gregor
2010-08-25Introduce a preprocessor code-completion hook for contexts where weDouglas Gregor