summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [code-completion] Strip outer nullability annotations when completing method ...Argyrios Kyrtzidis2015-07-241-3/+6
* [CodeCompletion] Don't crash on member inits of templated constructors.Benjamin Kramer2015-07-091-3/+7
* [libclang] Replace ObjC generic parameters when code-completing method implem...Douglas Gregor2015-07-071-1/+4
* [libclang] Fix code-completion of block parameters that are marked with nulla...Douglas Gregor2015-07-071-0/+5
* [libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor2015-07-071-38/+75
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-1/+3
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-3/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Code completion for nullability type specifiers.Douglas Gregor2015-06-191-13/+58
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-3/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-28/+21
* [modules] Determine the set of macros exported by a submodule at the end of t...Richard Smith2015-04-231-1/+1
* [libclang] Fix crash when code-completing inside constructor initializer for ...Argyrios Kyrtzidis2015-03-131-1/+7
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-2/+2
* Sema: Turn some applicable functions static. NBC.Francisco Lopes da Silva2015-01-291-9/+10
* Improves overload completion result chunks.Francisco Lopes da Silva2015-01-281-48/+89
* Sema: Formatting. No behavior change.Francisco Lopes da Silva2015-01-251-1/+1
* Sema: require a complete type before lookup.Francisco Lopes da Silva2015-01-251-11/+14
* Sema: code completion for variadic prototypes.Francisco Lopes da Silva2015-01-231-1/+3
* Sema: code completion for pointer and reference to functions.Francisco Lopes da Silva2015-01-221-19/+29
* Sema: Add FIXME noteFrancisco Lopes da Silva2015-01-221-0/+1
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-76/+150
* PR13699: Include friend declarations in code completion results if they had aRichard Smith2015-01-151-3/+6
* 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
OpenPOWER on IntegriCloud