summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud