summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce a new code-completion point prior to an identifier in theDouglas Gregor2010-07-081-132/+195
* During code completion, give the "nil" and "NULL" macros the sameDouglas Gregor2010-07-081-4/+22
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-7/+4
* Remove a completely useless and utterly incorrect assertion.Douglas Gregor2010-06-151-2/+0
* Teach code completion not to ignore data members when performing codeDouglas Gregor2010-06-151-2/+2
* Alter the ExternalASTSource interface to permit by-name lookups. PCH continu...John McCall2010-06-011-6/+6
* Fix crash in code completion when an ObjCMethodDecl doesn't have an associate...Ted Kremenek2010-05-311-4/+7
* Teach code-completion for calls to be more careful with aDouglas Gregor2010-05-301-2/+14
* Teach code completion to adjust its completion priorities based on theDouglas Gregor2010-05-301-30/+238
* Don't put method bodies into code completions unless code patterns areDouglas Gregor2010-05-281-1/+1
* Do not produce types as valid code completions when we're in anDouglas Gregor2010-05-281-3/+57
* Make -code-completion-patterns only cover multi-line codeDouglas Gregor2010-05-281-241/+247
* Implement a code-completion hook for the receiver of an Objective-CDouglas Gregor2010-05-271-0/+98
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-27/+44
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-204/+246
* Improve code completion in failure cases in two ways:Douglas Gregor2010-05-251-2/+6
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-10/+10
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-3/+3
* It turns out that basically every caller to RequireCompleteDeclContextJohn McCall2010-05-011-1/+1
* Recommit my change to how C++ does elaborated type lookups, now withJohn McCall2010-04-231-5/+14
* Revert "C++ doesn't really use "namespaces" for different kinds of names the ...Daniel Dunbar2010-04-231-15/+5
* C++ doesn't really use "namespaces" for different kinds of names the sameJohn McCall2010-04-231-5/+15
* Rework the Parser-Sema interaction for Objective-C messageDouglas Gregor2010-04-211-47/+67
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-7/+18
* Eliminate the ForceRValue parameter to Sema::AddOverloadCandidateDouglas Gregor2010-04-161-1/+1
* Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor2010-04-151-8/+12
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-081-1/+1
* Implement code completion for Objective-C method declarations andDouglas Gregor2010-04-071-0/+221
* When code completion produces an overload set as its results (e.g.,Douglas Gregor2010-04-061-3/+2
* Do not produce semicolons at the end of code-completion resultsDouglas Gregor2010-04-061-14/+0
* Only prove macros as code-completion results when we're in a caseDouglas Gregor2010-04-061-19/+1
* When sending a message to "id", apply some heuristics to try to narrowDouglas Gregor2010-04-061-0/+68
* Make code-completion for Objective-C message sends to "id" work in theDouglas Gregor2010-04-061-4/+34
* Implement support for code completion of an Objective-C message send toDouglas Gregor2010-04-061-9/+49
* Extend the type printing policy to allow one to turn off the printingDouglas Gregor2010-04-051-1/+4
* Remember the "found declaration" for an overload candidate, which is theJohn McCall2010-03-191-1/+2
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-111-2/+1
* Keep an explicit stack of function and block scopes, each element ofDouglas Gregor2010-03-011-2/+3
* Add some spacing in the code-completion results for a return statementDouglas Gregor2010-02-181-1/+3
* Thread a source location into the template-argument deduction routines. ThereJohn McCall2010-02-081-4/+7
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-1/+1
* Pass access specifiers around in overload resolution.John McCall2010-01-261-1/+2
* Teach code-completion to deal with calls to functions without prototypes.Douglas Gregor2010-01-211-15/+21
* Switch a few callers of MaybeAddResult over to AddResult, when theDouglas Gregor2010-01-141-10/+12
* Switch code-completion's ivar lookup over to LookupVisibleDecls,Douglas Gregor2010-01-141-5/+11
* Start migrating code-completion results fromDouglas Gregor2010-01-141-117/+129
* Switch the remaining code completions over to LookupVisibleDecls,Douglas Gregor2010-01-141-106/+15
* Move code completion for qualified name lookup (foo::) toDouglas Gregor2010-01-141-1/+2
* Eliminate the code-completion-specifier CollectLookupResults in favorDouglas Gregor2010-01-141-73/+10
* Simplify the code-completion logic for nested-name-specifiers: ratherDouglas Gregor2010-01-141-31/+43
OpenPOWER on IntegriCloud