summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Code completion has no reason to prefer values over types, especiallyDouglas Gregor2010-09-201-1/+1
* Slight refactoring in code-completion results generation, placing theDouglas Gregor2010-09-201-38/+50
* Get rid of the lame attempt to prioritize "void" functions atDouglas Gregor2010-09-201-12/+3
* Tweak priorities for some types and macros:Douglas Gregor2010-09-201-4/+16
* Continue parsing more postfix expressions, even after semanticDouglas Gregor2010-09-181-3/+5
* Don't add two code-completion results for the same selector; itDouglas Gregor2010-09-161-16/+42
* When collecting Objective-C methods for message send completions, beDouglas Gregor2010-09-161-0/+11
* Implement code completion for Objective-C class message sends that areDouglas Gregor2010-09-161-32/+71
* Improve code completion for Objective-C message sends when the openingDouglas Gregor2010-09-151-15/+8
* Introduce a new code-completion context for a parenthesizedDouglas Gregor2010-09-141-6/+13
* Teach libclang to walk the base and member initializers of aDouglas Gregor2010-09-091-1/+2
* When providing a completion for a function/method parameter of blockDouglas Gregor2010-09-081-16/+21
* zap dead code.Chris Lattner2010-09-041-6/+2
* Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor2010-09-031-0/+63
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-5/+5
* When provide code completions for a variadic Objective-C methodDouglas Gregor2010-08-311-15/+24
* Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl2010-08-311-3/+3
* When providing a code completion for an Objective-C message send, dropDouglas Gregor2010-08-291-5/+7
* Improve code completion for initializer lists in constructors. InsteadDouglas Gregor2010-08-291-7/+33
* Basic code completion support for the base and member initializers inDouglas Gregor2010-08-281-0/+80
* Implement the "call super" code completion for C++. If the virtualDouglas Gregor2010-08-271-5/+92
* Suggest "const" and "volatile" code completions after a functionDouglas Gregor2010-08-271-0/+16
* When code-completing inside an Objective-C method, give a slightDouglas Gregor2010-08-271-2/+38
* Add a super-cool code completion for send-to-super. When we're typingDouglas Gregor2010-08-271-4/+144
* One who seeks knowledge learns something new every day.John McCall2010-08-261-62/+62
* Tweak the @selector completion to collapse multiple informative andDouglas Gregor2010-08-261-8/+11
* When code-completing a potential call to a C++ non-static memberDouglas Gregor2010-08-261-2/+47
* Implement code completion for @selector expressionsDouglas Gregor2010-08-261-11/+70
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-2/+0
* Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar2010-08-261-0/+2
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-2/+0
* Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-0/+2
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-251-2/+0
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* When combining the code-completion results from Sema long with theDouglas Gregor2010-08-251-64/+2
* Add a code-completion context for "natural language" completions, soDouglas Gregor2010-08-251-2/+1
* Introduce a preprocessor code-completion hook for contexts where weDouglas Gregor2010-08-251-0/+7
* Split FunctionScopeInfo and BlockScopeInfo into their own header.John McCall2010-08-251-3/+5
* Teach Sema to live without CodeCompleteConsumer.h.John McCall2010-08-251-53/+53
* When performing completions involving Objective-C method declarationsDouglas Gregor2010-08-251-17/+32
* Give a slight preference to functions returning "void" when we'reDouglas Gregor2010-08-241-4/+13
* Implement code completion for preprocessor expressions and in macroDouglas Gregor2010-08-241-4/+39
* Move some of SemaOverload's API to various places in Overload.h, and killJohn McCall2010-08-241-1/+2
* Implement preprocessor code completion where a macro name is expected,Douglas Gregor2010-08-241-0/+24
* Introduce basic code-completion support for preprocessor directives,Douglas Gregor2010-08-241-0/+180
* When providing completions for a function or method argument thatDouglas Gregor2010-08-241-11/+108
* More header elimination. The goal of all this is to allow Parser toJohn McCall2010-08-241-0/+1
* Struggle mightily against header inclusion in Sema.h.John McCall2010-08-241-0/+1
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-2/+2
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-5/+5
OpenPOWER on IntegriCloud