Ilya Biryukov
|
ec22f9ea9a
[CodeComplete] Only show lambda completions if patterns are requested
|
6 年之前 |
Ilya Biryukov
|
37d9edc0c5
[CodeComplete] Complete a lambda when preferred type is a function
|
6 年之前 |
Ilya Biryukov
|
60744a8e7f
[CodeComplete] Complete enumerators when preferred type is an enum
|
6 年之前 |
Richard Smith
|
7a6d690bb5
[c++20] Add support for explicit(bool), as described in P0892R2.
|
6 年之前 |
Ilya Biryukov
|
7463f83dc3
[CodeComplete] Add a trailing semicolons to some pattern completions
|
6 年之前 |
Hans Wennborg
|
06edb03dd1
Revert r359949 "[clang] adding explicit(bool) from c++2a"
|
6 年之前 |
Nicolas Lesser
|
6de0b449c0
[clang] adding explicit(bool) from c++2a
|
6 年之前 |
Fangrui Song
|
329eb5c6ba
Use llvm::stable_sort
|
6 年之前 |
Sam McCall
|
74cc5ad2f8
[CodeComplete] Fix crash when completing ObjC block parameter with a broken type
|
6 年之前 |
Duncan P. N. Exon Smith
|
1d5d785505
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
|
6 年之前 |
Bruno Ricci
|
62e8a2946b
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
|
6 年之前 |
David Goldman
|
cba260be30
Support framework import/include auto-completion
|
6 年之前 |
Ilya Biryukov
|
ee7f333417
[CodeComplete] Propagate preferred type for function arguments in more cases
|
6 年之前 |
Eric Liu
|
fd5894c858
[CodeComplete] Collect visited contexts when scope specifier is invalid.
|
6 年之前 |
Benjamin Kramer
|
d6fefbe6c5
Make some helper functions static. NFC.
|
6 年之前 |
Ilya Biryukov
|
d60b387098
[CodeComplete] Propagate preferred types through parser in more cases
|
6 年之前 |
Anastasia Stulova
|
8a8b20efde
Rename getTypeQualifiers to getMethodQualifiers.
|
6 年之前 |
Ilya Biryukov
|
2975e47340
[CodeComplete] [clangd] Fix crash on ValueDecl with a null type
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Bruno Ricci
|
600227629f
[Sema][NFC] Fix Wimplicit-fallthrough warning in getCursorKindForDecl
|
6 年之前 |
Ilya Biryukov
|
30b70311b7
[CodeComplete] Properly determine qualifiers of 'this' in a lambda
|
6 年之前 |
Ilya Biryukov
|
585dd0bb3b
[CodeComplete] Temporarily disable failing assertion
|
6 年之前 |
Ilya Biryukov
|
c14feb5c48
[CodeComplete] Fill preferred type on binary expressions
|
6 年之前 |
Ilya Biryukov
|
93e6c4c068
[CodeComplete] Set preferred type to bool on conditions
|
6 年之前 |
Mikael Nilsson
|
53945281fb
[OpenCL] Add generic AS to 'this' pointer
|
6 年之前 |
Mikael Nilsson
|
fbfddd394f
Revert "[OpenCL] Add generic AS to 'this' pointer"
|
6 年之前 |
Mikael Nilsson
|
8e20f7a8e0
[OpenCL] Add generic AS to 'this' pointer
|
6 年之前 |
Ilya Biryukov
|
1091de1710
[CodeComplete] Fix a crash in access checks of inner classes
|
6 年之前 |
Ilya Biryukov
|
43d57f5da1
[CodeComplete] Cleanup access checking in code completion
|
6 年之前 |
Fangrui Song
|
3327c0a90f
[CodeComplete] Delete unused variable in rC342449
|
6 年之前 |