Ilya Biryukov
|
84f05ebee7
Avoid printing some redundant name qualifiers in completion
|
7 years ago |
Ivan Donchevskii
|
d2d3a85d27
Test commit
|
7 years ago |
Benjamin Kramer
|
9bc9ee5d23
Fix overloaded static functions in SemaCodeComplete
|
7 years ago |
Alex Lorenz
|
53710bdec5
[code completion] Complete ObjC methods in @implementation without leading
|
7 years ago |
Erik Verbruggen
|
47dbb7c0df
Do not add a colon chunk to the code completion of class inheritance access modifiers
|
7 years ago |
Richard Smith
|
4d9b1ce096
Resolve a defect in C++17 copy omission.
|
8 years ago |
Ilya Biryukov
|
4cdbc9913b
Set completion priority of destructors and operators to CCP_Unlikely.
|
8 years ago |
Erik Verbruggen
|
0abc73f06c
Don't show deleted function (constructor) candidates for code completion
|
8 years ago |
Ilya Biryukov
|
adcc3db138
Fixed failing assert in code completion.
|
8 years ago |
Erik Verbruggen
|
1bbf8120e4
Fix compilation problem introduced in r308433
|
8 years ago |
Erik Verbruggen
|
239ecbc204
Add default values for function parameter chunks
|
8 years ago |
Faisal Vali
|
d1a84831f5
[NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions.
|
8 years ago |
Faisal Vali
|
fa8c4ac408
Revert changes from my previous refactoring - will need to fix dependencies in clang's extra tooling (such as clang-tidy etc.).
|
8 years ago |
Faisal Vali
|
fc60afa41c
[NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions.
|
8 years ago |
Alex Lorenz
|
0955a488cc
[Completion] Code complete the members for a dependent type after a '::'
|
8 years ago |
Galina Kistanova
|
69c30372df
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
8 years ago |
Galina Kistanova
|
820dbe08d1
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
8 years ago |
Alex Lorenz
|
27598ee4b7
[CodeCompletion] Provide member completions for dependent expressions whose
|
8 years ago |
Alex Lorenz
|
7f60fc1e3a
[CodeCompletion] NFC, extract a function that generates member
|
8 years ago |
Alex Lorenz
|
89098a4dac
[CodeCompletion] Complete platform names in @available expressions
|
8 years ago |
Erik Verbruggen
|
0ba785f458
[libclang] Fix crash in member access code completion with implicit base
|
8 years ago |
Alex Lorenz
|
379fd9aa63
[CodeCompletion] Format block parameter placeholders in implicit property
|
8 years ago |
Alex Lorenz
|
288e8b831e
[CodeCompletion] Code complete the '__auto_type' keyword
|
8 years ago |
Alex Lorenz
|
e286d35eb7
[CodeCompletion] Code complete the missing C++11 keywords
|
8 years ago |
Richard Smith
|
b95354dce3
P0091R3: Implement basic parsing support for C++17 deduction-guides.
|
8 years ago |
Alex Lorenz
|
a2f29f7c81
[CodeCompletion] Ensure that ObjC root class completes instance
|
8 years ago |
Alex Lorenz
|
fb284a0ddc
[CodeCompletion] Block property setters: Use dynamic priority heuristic
|
8 years ago |
Alex Lorenz
|
89407989e8
[CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializers
|
8 years ago |
Alex Lorenz
|
25b9ea0016
[CodeCompletion][ObjC] Use a parameterized NSSet return type for
|
8 years ago |
Alex Lorenz
|
a72afb71b8
[CodeCompletion] Provide Objective-C class property completion results
|
8 years ago |