summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [libclang] For "@import .." code-completion results, associate a CXCursor_Mod...Argyrios Kyrtzidis2013-05-291-2/+2
* Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis2013-04-171-3/+3
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-121-4/+3
* Add 178663 back.Rafael Espindola2013-04-031-1/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+1
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-281-0/+3
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-261-1/+1
* documentation parsing: when providing code completion commentFariborz Jahanian2013-03-231-2/+9
* documentation parsing. Provide code completion comment Fariborz Jahanian2013-03-221-0/+14
* Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis2013-03-141-1/+1
* Add TagDecl::hasNameForLinkage(), which is true if the tagJohn McCall2013-03-091-1/+1
* Add code completion for @import <rdar://problem/13344306>.Douglas Gregor2013-03-071-0/+8
* objective-C code completion. Property accessors may notFariborz Jahanian2013-02-281-1/+6
* [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis2013-02-201-2/+3
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-18/+17
* Remove a const_cast by propagating constness to called functionsDmitri Gribenko2013-02-141-2/+2
* Remove some stray uses of <ctype.h> functions.Jordan Rose2013-02-091-1/+2
* When code completing in a statement, parenthesized expression, orDouglas Gregor2013-01-311-1/+9
* Allow the computation of the base priority for a declaration code completion ...Douglas Gregor2013-01-311-19/+65
* Add "instancetype" as a code completion result for the return type ofDouglas Gregor2013-01-301-0/+5
* The instance methods of the root class of an Objective-C hieararchyDouglas Gregor2013-01-301-2/+6
* Use 'const Decl *' throughout code completion in SemaDmitri Gribenko2013-01-231-116/+125
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-27/+48
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Constify parameter of clang::getCursorKindForDeclDmitri Gribenko2013-01-111-2/+2
OpenPOWER on IntegriCloud