summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Change all references of type ExprTy to Expr and get rid of the typedefs.Richard Trieu2011-09-091-5/+5
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-6/+0
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-6/+5
* Restore patch I reversed in r138040. Known buildbotFariborz Jahanian2011-08-221-18/+19
* Revers r138040. Need to look at a few buildbot failures.Fariborz Jahanian2011-08-191-19/+18
* objective-c: Bring objective-c handling of decl contextFariborz Jahanian2011-08-191-18/+19
* [libclang] Support code-completion inside macro arguments.Argyrios Kyrtzidis2011-08-181-3/+2
* Do l-value conversion, etc., on a switch condition expression inJohn McCall2011-08-061-4/+5
* Add code completion to produce "else" blocks after an "if"Douglas Gregor2011-07-301-0/+55
* When producing code completion results for variadic macros, fold theDouglas Gregor2011-07-301-4/+21
* Add the various parameter-passing keywords for Distributed ObjectsDouglas Gregor2011-07-301-5/+28
* When performing code completion after at @interface, allow bothDouglas Gregor2011-07-301-19/+25
* Eliminate a bunch of temporary strings.Benjamin Kramer2011-07-261-4/+4
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-261-2/+2
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-33/+33
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-211-5/+12
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-19/+38
* Automatic Reference Counting.John McCall2011-06-151-20/+77
* Add code completetion code for the new 'atomic' attributeFariborz Jahanian2011-06-111-0/+2
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-0/+10
* Tweak code completions for Objective-C Key-Value Observing. TheDouglas Gregor2011-06-021-1/+22
* When providing code completions for an Objective-C property access,Douglas Gregor2011-05-051-13/+61
* When adding KVC code completions, keep track of all of the selectorsDouglas Gregor2011-05-041-23/+30
* When providing code completions of ivar names for a propertyDouglas Gregor2011-04-181-18/+30
* When producing code completion results for the Objective-C propertyDouglas Gregor2011-04-181-5/+42
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-2/+3
* When determining the "usage" type of a declaration for the purposes of code Douglas Gregor2011-04-141-2/+33
* Don't suggest dynamic_cast or typeid as code completion results whenDouglas Gregor2011-04-121-22/+29
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-2/+6
* Make helpers static.Benjamin Kramer2011-03-261-3/+3
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-1/+0
* When code-completing a case statement for a switch on a value ofDouglas Gregor2011-02-181-3/+4
* Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor2011-02-181-13/+11
* I will not hold on to temporary StringRefs.Douglas Gregor2011-02-171-50/+51
* Implement code completion results for the Objective-C Key-Value CodingDouglas Gregor2011-02-171-12/+655
* When trying to provide a code completion item for a call to "super" inDouglas Gregor2011-02-161-1/+12
* Teach code completion to cope with block types written without aDouglas Gregor2011-02-151-5/+7
* Implement a special code-completion pattern for "IBAction". FixesDouglas Gregor2011-02-151-1/+22
* When code-completing within a list of declaration specifiers,Douglas Gregor2011-02-151-0/+8
* Create a special allocator class for code completion, so that all ofDouglas Gregor2011-02-011-76/+66
* Provide constant strings for certain common code completion strings,Douglas Gregor2011-02-011-22/+90
* Allocate CodeCompletionString and all of its components in aDouglas Gregor2011-02-011-764/+789
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-1/+1
* 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
OpenPOWER on IntegriCloud