summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a major inconsistency in the representation of Objective-CDouglas Gregor2010-12-211-32/+2
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-4/+1
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+3
* Eliminate duplicate code completions for properties.Douglas Gregor2010-12-091-11/+25
* Don't walk the translation unit context to produce protocol names whenDouglas Gregor2010-12-091-17/+26
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-3/+4
* Do not produce "purely informative" code completion results forDouglas Gregor2010-11-171-22/+35
* Revert the fix for PR8013.Douglas Gregor2010-11-091-4/+0
* Handle overload resolution when calling an overloaded function setDouglas Gregor2010-11-091-0/+4
* Teach code completion not to include out-of-line declarations andDouglas Gregor2010-11-091-1/+8
* If an instance method messages is sending to an expression of type Class,Douglas Gregor2010-11-081-8/+15
* Teach code completion to provide property results when the propertyDouglas Gregor2010-11-021-9/+43
* Fix the translation of the PCC_ForInit code-completion context forDouglas Gregor2010-10-181-2/+8
* Introduce code completion results for Objective-C methods, both whenDouglas Gregor2010-10-181-6/+8
* When providing code completions of Objective-C method declarationsDouglas Gregor2010-10-181-48/+28
* Eliminate the use of ObjCSuperExpr in code completion.Douglas Gregor2010-10-131-11/+9
* Switch c-index-test from clang_codeComplete() over toDouglas Gregor2010-10-111-2/+4
* Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor2010-10-081-0/+1
* When providing a block literal as a code completion for aDouglas Gregor2010-10-021-0/+5
* Synchronize globally-cached code completion results with the resultsDouglas Gregor2010-09-231-75/+106
* Add code completion for C++ constructors wherever we see the class (orDouglas Gregor2010-09-211-11/+112
* When providing code completions for an argument in an Objective-CDouglas Gregor2010-09-211-7/+71
* Refactor code completion for expressions that occur as arguments inDouglas Gregor2010-09-201-6/+20
* 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
OpenPOWER on IntegriCloud