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 年之前 |
Kadir Cetinkaya
|
360d063736
[clang] Implement Override Suggestions in Sema.
|
6 年之前 |
Sam McCall
|
0edd965d5c
[CodeComplete] #include completion treats -I as non-system (require header-like extension).
|
6 年之前 |
Eric Liu
|
51d76e9ec3
[Sema] Do not load macros from preamble when LoadExternal is false.
|
7 年之前 |
Sam McCall
|
ae8dcccdd1
[CodeComplete] Add completions for filenames in #include directives.
|
7 年之前 |
Kadir Cetinkaya
|
7dfb64163c
[CodeCompletion] Enable signature help when initializing class/struct/union members.
|
7 年之前 |
Ilya Biryukov
|
96b8b58101
[CodeComplete] Clearly distinguish signature help and code completion.
|
7 年之前 |
Eric Liu
|
e680dc2798
[Sema] Store MacroInfo in CodeCompletionResult for macro results.
|
7 年之前 |
Ilya Biryukov
|
8cd8ed88f9
[CodeComplete] Report location of opening parens for signature help
|
7 年之前 |
Ilya Biryukov
|
1b2dafb41e
[CodeComplete] Fix the crash in code completion on access checking
|
7 年之前 |
Richard Smith
|
51cfee88b3
Refactor checking of switch conditions and case values.
|
7 年之前 |
Eric Liu
|
16cd80eccb
[CodeComplete] Fix accessibilty of protected members from base class.
|
7 年之前 |
Kirill Bobyrev
|
c53ede8647
[clangd] Uprank delcarations when "using q::name" is present in the main file
|
7 年之前 |
Eric Liu
|
809e94c9b5
[SemaCodeComplete] Expose a method to create CodeCompletionString for macros.
|
7 年之前 |
Kirill Bobyrev
|
d2b3d463c2
[NFS] Wipe trailing whitespaces
|
7 年之前 |
Eric Liu
|
6c9c407460
[SemaCodeComplete] Make sure visited contexts are passed to completion results handler.
|
7 年之前 |