summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* Address review feedback on r221933.Nico Weber2014-12-271-15/+17
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-34/+42
* Typo fix.Yaron Keren2014-11-141-1/+1
* Avoid a crash after loading an #undef'd macro in code completionBen Langmuir2014-09-301-1/+2
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-071-2/+2
* Extract an isReservedName() functionAlp Toker2014-06-301-18/+18
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-3/+3
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-88/+95
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-5/+3
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-171-1/+1
* [Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis2014-04-091-1/+6
* [C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_r...Aaron Ballman2014-03-171-3/+2
* [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...Aaron Ballman2014-03-171-12/+6
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-4/+2
* [C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...Aaron Ballman2014-03-131-17/+6
* [C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...Aaron Ballman2014-03-131-23/+8
* [C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...Aaron Ballman2014-03-131-4/+2
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-131-4/+2
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-2/+2
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-131-14/+8
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-13/+5
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-131-6/+4
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-6/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-3/+3
* [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman2014-03-101-6/+2
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-081-6/+7
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-5/+3
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-5/+3
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-16/+8
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-11/+5
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-5/+6
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-6/+5
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-19/+6
* When completing Objective-C instance method invocations, perform a contextual...Anders Carlsson2014-02-281-1/+8
* [code-completion] Style guideline for Cocoa has custom accessor in property d...Argyrios Kyrtzidis2014-02-201-2/+2
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-22/+19
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-221-9/+3
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-5/+5
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-9/+10
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-031-1/+1
* Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...Ted Kremenek2013-10-081-4/+4
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-7/+11
* Cleanup of OpaquePtr. No functionality changes.Serge Pavlov2013-08-271-1/+1
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-3/+2
* Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan...Robert Wilhelm2013-08-091-3/+2
* Add option to disable module loading.Daniel Jasper2013-08-051-1/+1
* Compress pairs. No functionality change.Benjamin Kramer2013-06-291-5/+6
* ArrayRef'ize Sema::CodeCompleteConstructorInitializerDmitri Gribenko2013-06-231-14/+14
* ArrayRef'ize Sema::CodeComplete*Dmitri Gribenko2013-06-161-76/+59