summaryrefslogtreecommitdiff
path: root/lib/Sema/CodeCompleteConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeComplete] Set preferred type to bool on conditionsIlya Biryukov2018-12-131-2/+5
* [CodeComplete] Cleanup access checking in code completionIlya Biryukov2018-12-031-0/+3
* [CodeComplete] Simplify CodeCompleteConsumer.cpp, NFCFangrui Song2018-11-251-77/+69
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-241-6/+9
* [CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu2018-10-241-7/+12
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-1/+5
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-101-0/+4
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-10/+12
* Remove trailing spaceFangrui Song2018-07-301-55/+55
* Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-05-251-0/+18
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [Sema] Revert r329346 because of memory sanitizer failures.Eugene Zelenko2018-04-051-10/+10
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-04-051-10/+10
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-02-201-32/+31
* [CodeComplete] Avoid name clashes of 'Kind' inside CodeCompletionContext. NFCIlya Biryukov2018-02-191-3/+3
* [CodeComplete] Add a helper to print CodeCompletionContext::KindIlya Biryukov2018-02-191-0/+75
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* [clang] Expose orderedString from CodeCompletionResult. NFCSam McCall2017-11-151-16/+12
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-3/+3
* Fix unnecessary default switch warningSimon Pilgrim2016-07-271-1/+1
* Implement filtering for code completion of identifiers.Vassil Vassilev2016-07-271-0/+25
* Silence some MSVC false positive warnings about integer zexts and falling off...Reid Kleckner2016-02-101-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor2015-07-071-2/+4
* Teach Twine to support SmallString.Yaron Keren2015-03-171-10/+7
* Improves overload completion result chunks.Francisco Lopes da Silva2015-01-281-2/+28
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-5/+5
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-1/+0
* Allow the computation of the base priority for a declaration code completion ...Douglas Gregor2013-01-311-28/+0
* Use 'const Decl *' throughout code completion in SemaDmitri Gribenko2013-01-231-15/+16
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-261-5/+2
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-5/+14
* Bitpack CodeCompletionResults.Benjamin Kramer2012-05-201-7/+1
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-101-52/+69
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-271-9/+80
* Move CodeCompletionBuilder's chunk adding methods out of line.Benjamin Kramer2012-03-261-0/+34
* When determining the availability of an enum constant, also considerDouglas Gregor2012-03-171-2/+11
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-5/+4
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-2/+5
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-2/+8
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-1/+1
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-141-4/+28
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-061-1/+4
* When performing code completion after at @interface, allow bothDouglas Gregor2011-07-301-1/+1