Ilya Biryukov
|
889c2156fe
[CodeComplete] Ensure object is the same in compareOverloads()
|
5 년 전 |
Sam McCall
|
bad4f7292a
[CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken in r342528
|
6 년 전 |
Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 년 전 |
Richard Smith
|
b444e60422
Use getOperatorSpelling to get the spelling of an overloaded operator
|
6 년 전 |
Sam McCall
|
d82b8d1371
Re-land "[CodeComplete] Improve overload handling for C++ qualified and ref-qualified methods."
|
6 년 전 |
Sam McCall
|
ad0ba3b0b5
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qualified methods."
|
6 년 전 |
Sam McCall
|
eb388ab5f4
Revert "Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qualified methods.""
|
6 년 전 |
Vlad Tsyrklevich
|
e79c5dc45a
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qualified methods."
|
6 년 전 |
Sam McCall
|
19ab7510e4
[CodeComplete] Improve overload handling for C++ qualified and ref-qualified methods.
|
6 년 전 |
Ilya Biryukov
|
cebf166fd8
[CodeComplete] Include more text into typed chunks of pattern completions
|
6 년 전 |
Ilya Biryukov
|
1d201d005b
[CodeComplete] Add a bit more whitespace to completed patterns
|
6 년 전 |
Ilya Biryukov
|
a2d27484eb
[CodeComplete] Add semicolon when completing patterns for 'static_assert' and 'typedef
|
6 년 전 |
Ilya Biryukov
|
adbb459ee0
[CodeComplete] Set preferred type for qualified-id
|
6 년 전 |
Ilya Biryukov
|
ff610072dd
[CodeComplete] Consistently break after '{' in multi-line patterns
|
6 년 전 |
Ilya Biryukov
|
1078bd6094
[CodeComplete] Complete 'return true/false' in boolean functions
|
6 년 전 |
Ilya Biryukov
|
ee34ee5940
[CodeComplete] Add whitespace around braces in lambda completions
|
6 년 전 |
Ilya Biryukov
|
b9f01a14a9
[CodeComplete] Filter override completions by function name
|
6 년 전 |
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 년 전 |