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 年之前 |
Fangrui Song
|
4aaef86e68
[CodeComplete] Format SemaCodeComplete.cpp and improve code consistency
|
6 年之前 |
Sam McCall
|
28b62f1a24
[CodeComplete] Penalize inherited ObjC properties for auto-completion
|
6 年之前 |
Ilya Biryukov
|
04fd8b2a71
[CodeComplete] Do not complete self-initializations
|
6 年之前 |
Kadir Cetinkaya
|
c32110bc3f
[clang] Improve ctor initializer completions.
|
6 年之前 |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 年之前 |
Kadir Cetinkaya
|
7373e83842
[clang] Introduce new completion context types
|
6 年之前 |
Eric Liu
|
abaf72c02d
[CodeComplete] Expose InBaseClass signal in code completion results.
|
6 年之前 |
Kadir Cetinkaya
|
513ac508c9
[clang] Fix a null pointer dereference.
|
6 年之前 |
Eric Liu
|
49d87540b6
[CodeComplete] Fix accessibility of protected members when accessing members implicitly.
|
6 年之前 |
Eric Liu
|
0b3849f0f3
[CodeComplete] Make sure keyword 'template' is added even when code pattern is disabled.
|
6 年之前 |
Jonas Devlieghere
|
ef858170ac
Lift VFS from clang to llvm (NFC)
|
6 年之前 |
Sam McCall
|
37521757fa
[CodeComplete] Fix crash when completing params function declarations.
|
6 年之前 |
Eric Liu
|
c242941e01
[CodeComplete] Re-fix accessibilty of protected members from base class.
|
6 年之前 |