summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* State explicitly that we are intentionally not providing macro completions fo...Douglas Gregor2010-08-241-0/+3
* Consistently switch on PCC_TypeDouglas Gregor2010-08-241-17/+22
* Provide code completion results for the context-sensitive Objective-CDouglas Gregor2010-08-241-2/+55
* When calling a function or messaging a method marked "sentinel", addDouglas Gregor2010-08-231-1/+20
* Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completionDouglas Gregor2010-08-231-0/+38
* Introduce a code-completion hook for the Objective-C collectionDouglas Gregor2010-08-231-10/+68
* Don't include macro results when we're completing a declarator.Douglas Gregor2010-08-231-4/+0
* Introduce a new code-completion point when we're parsing aDouglas Gregor2010-08-231-1/+40
* DeclPtrTy -> Decl *John McCall2010-08-211-20/+19
* More PCH -> AST renaming.Sebastian Redl2010-08-181-3/+3
* zap a big dead method.Chris Lattner2010-08-181-51/+0
* When generating code completion patterns for method declarations, giveDouglas Gregor2010-08-171-1/+4
* 1 != I. Fix the formulation of code-completion patterns forDouglas Gregor2010-08-171-1/+1
* Implement support for cached code completions forDouglas Gregor2010-08-161-5/+7
* When caching global completion results, keep track of the simplifiedDouglas Gregor2010-08-161-25/+20
* Extend the code-completion caching infrastructure to include globalDouglas Gregor2010-08-151-23/+34
* Implement caching of code-completion results for macro definitionsDouglas Gregor2010-08-131-0/+20
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-2/+2
* Once code completion has completed, pass a "completion context" on toDouglas Gregor2010-08-111-97/+204
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-17/+9
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-9/+17
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-3/+5
* Simplify global method pool implementation in Sema. No functionality change.Sebastian Redl2010-08-021-31/+24
* When performing code completion for a case statement in a switch whoseDouglas Gregor2010-07-281-3/+23
* Only filter out names reserved for the implementation (e.g., __blah orDouglas Gregor2010-07-141-2/+5
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-3/+3
* Support code completion for parameter names in Objective-C methodDouglas Gregor2010-07-081-0/+15
OpenPOWER on IntegriCloud