summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-5/+7
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-7/+5
* [CodeComplete] Fix a crash in access checks of inner classesIlya Biryukov2018-12-051-10/+31
* [CodeComplete] Cleanup access checking in code completionIlya Biryukov2018-12-031-31/+40
* [CodeComplete] Delete unused variable in rC342449Fangrui Song2018-11-241-1/+0
* [CodeComplete] Format SemaCodeComplete.cpp and improve code consistencyFangrui Song2018-11-241-1187/+1135
* [CodeComplete] Penalize inherited ObjC properties for auto-completionSam McCall2018-11-201-21/+36
* [CodeComplete] Do not complete self-initializationsIlya Biryukov2018-11-071-1/+6
* [clang] Improve ctor initializer completions.Kadir Cetinkaya2018-11-011-42/+82
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-16/+16
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-241-9/+15
* [CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu2018-10-241-5/+10
* [clang] Fix a null pointer dereference.Kadir Cetinkaya2018-10-231-0/+3
* [CodeComplete] Fix accessibility of protected members when accessing members ...Eric Liu2018-10-221-4/+11
* [CodeComplete] Make sure keyword 'template' is added even when code pattern i...Eric Liu2018-10-151-0/+4
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* [CodeComplete] Fix crash when completing params function declarations.Sam McCall2018-10-101-1/+2
* [CodeComplete] Re-fix accessibilty of protected members from base class.Eric Liu2018-10-021-5/+18
* [clang] Implement Override Suggestions in Sema.Kadir Cetinkaya2018-10-021-2/+99
* [CodeComplete] #include completion treats -I as non-system (require header-li...Sam McCall2018-10-011-1/+1
* [Sema] Do not load macros from preamble when LoadExternal is false.Eric Liu2018-09-191-13/+16
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+111
* [CodeCompletion] Enable signature help when initializing class/struct/union m...Kadir Cetinkaya2018-09-111-0/+19
* [CodeComplete] Clearly distinguish signature help and code completion.Ilya Biryukov2018-09-071-40/+29
* [Sema] Store MacroInfo in CodeCompletionResult for macro results.Eric Liu2018-09-051-7/+7
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-11/+13
* [CodeComplete] Fix the crash in code completion on access checkingIlya Biryukov2018-07-301-28/+2
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-1/+1
* [CodeComplete] Fix accessibilty of protected members from base class.Eric Liu2018-07-191-2/+27
* [clangd] Uprank delcarations when "using q::name" is present in the main fileKirill Bobyrev2018-07-111-14/+15
* [SemaCodeComplete] Expose a method to create CodeCompletionString for macros.Eric Liu2018-07-061-44/+49
* [NFS] Wipe trailing whitespacesKirill Bobyrev2018-07-051-740/+740