summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Type ConstraintsSaar Raz2020-01-151-1/+5
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-111-6/+6
* [CodeComplete] Suggest 'return nullptr' in functions returning pointersIlya Biryukov2020-01-101-0/+7
* [Sema] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-171-1/+1
* [clangd] Show lambda signature for lambda autocompletionsKirill Bobyrev2019-11-221-3/+27
* [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (rel...Vedant Kumar2019-11-191-14/+2
* [CodeComplete] Constructor overload candidates report as vector(int) instead ...Sam McCall2019-11-151-0/+4
* [clangd] Do not insert parentheses when completing a using declarationIlya Biryukov2019-10-281-17/+16
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-041-0/+3
* [CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken ...Sam McCall2019-07-181-4/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-5/+5
* Use getOperatorSpelling to get the spelling of an overloaded operatorRichard Smith2019-06-141-2/+3
* Re-land "[CodeComplete] Improve overload handling for C++ qualified and ref-q...Sam McCall2019-06-101-20/+121
* Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...Sam McCall2019-06-101-112/+20
* Revert "Revert "[CodeComplete] Improve overload handling for C++ qualified an...Sam McCall2019-06-101-20/+112
* Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...Vlad Tsyrklevich2019-06-071-111/+14
* [CodeComplete] Improve overload handling for C++ qualified and ref-qualified ...Sam McCall2019-06-071-14/+111
* [CodeComplete] Include more text into typed chunks of pattern completionsIlya Biryukov2019-06-041-12/+4
* [CodeComplete] Add a bit more whitespace to completed patternsIlya Biryukov2019-06-031-0/+17
* [CodeComplete] Add semicolon when completing patterns for 'static_assert' and...Ilya Biryukov2019-05-291-0/+2
* [CodeComplete] Set preferred type for qualified-idIlya Biryukov2019-05-281-5/+11
* [CodeComplete] Consistently break after '{' in multi-line patternsIlya Biryukov2019-05-281-0/+8
* [CodeComplete] Complete 'return true/false' in boolean functionsIlya Biryukov2019-05-271-11/+26
* [CodeComplete] Add whitespace around braces in lambda completionsIlya Biryukov2019-05-241-0/+3
* [CodeComplete] Filter override completions by function nameIlya Biryukov2019-05-241-18/+29
* [CodeComplete] Only show lambda completions if patterns are requestedIlya Biryukov2019-05-231-0/+2
* [CodeComplete] Complete a lambda when preferred type is a functionIlya Biryukov2019-05-231-0/+71
* [CodeComplete] Complete enumerators when preferred type is an enumIlya Biryukov2019-05-161-21/+44
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-1/+2
* [CodeComplete] Add a trailing semicolons to some pattern completionsIlya Biryukov2019-05-061-0/+9
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-4/+2
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-2/+4
* Use llvm::stable_sortFangrui Song2019-04-241-16/+13
* [CodeComplete] Fix crash when completing ObjC block parameter with a broken typeSam McCall2019-04-041-0/+5
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+3
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-2/+3
* Support framework import/include auto-completionDavid Goldman2019-02-271-6/+28
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-261-2/+22
* [CodeComplete] Collect visited contexts when scope specifier is invalid.Eric Liu2019-02-211-1/+14
* Make some helper functions static. NFC.Benjamin Kramer2019-02-111-2/+2
* [CodeComplete] Propagate preferred types through parser in more casesIlya Biryukov2019-01-311-112/+199
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-5/+5
* [CodeComplete] [clangd] Fix crash on ValueDecl with a null typeIlya Biryukov2019-01-241-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sema][NFC] Fix Wimplicit-fallthrough warning in getCursorKindForDeclBruno Ricci2018-12-211-0/+1
* [CodeComplete] Properly determine qualifiers of 'this' in a lambdaIlya Biryukov2018-12-191-5/+3
* [CodeComplete] Temporarily disable failing assertionIlya Biryukov2018-12-131-1/+2
* [CodeComplete] Fill preferred type on binary expressionsIlya Biryukov2018-12-131-3/+80
* [CodeComplete] Set preferred type to bool on conditionsIlya Biryukov2018-12-131-2/+4
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-7/+5
OpenPOWER on IntegriCloud