summaryrefslogtreecommitdiff
path: root/clang/lib/Sema/CodeCompleteConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-081-1/+1
* Argument name support for function pointer signature hintsQwinci2022-07-191-1/+14
* [clangd][ObjC] Filter ObjC method completions on the remaining selectorDavid Goldman2022-05-201-0/+9
* [clang] Add a raw_ostream operator<< overload for QualTypeNathan James2022-04-201-2/+1
* [CodeCompletion] Signature help for aggregate initialization.Sam McCall2022-01-041-2/+72
* [CodeCompletion] Signature help for braced constructor callsSam McCall2022-01-031-2/+2
* [CodeCompletion] Signature help for template argument listsSam McCall2022-01-031-0/+11
* [NFC][Sema] Return underlying strings directly instead of OS.str()Logan Smith2021-12-091-2/+2
* [clang] Use llvm::reverse. NFCI.Benjamin Kramer2021-11-071-2/+1
* [CodeComplete] Basic code completion for attribute names.Sam McCall2021-08-121-0/+3
* [clang] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö2021-06-251-1/+1
* [Sema] Use isa<> instead of dyn_cast<> as pointer is never dereferenced. NFCI.Simon Pilgrim2020-11-151-4/+2
* Remove llvm::Error include form Diagnostic.hReid Kleckner2020-04-061-0/+1
* [CodeComplete] Member completion for concept-constrained types.Sam McCall2020-03-311-22/+21
* 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