Ilya Biryukov
|
43d57f5da1
[CodeComplete] Cleanup access checking in code completion
|
6 年 前 |
Fangrui Song
|
e14fa75399
[CodeComplete] Simplify CodeCompleteConsumer.cpp, NFC
|
6 年 前 |
Kadir Cetinkaya
|
7373e83842
[clang] Introduce new completion context types
|
6 年 前 |
Eric Liu
|
abaf72c02d
[CodeComplete] Expose InBaseClass signal in code completion results.
|
6 年 前 |
Sam McCall
|
ae8dcccdd1
[CodeComplete] Add completions for filenames in #include directives.
|
7 年 前 |
Kadir Cetinkaya
|
9a74d9fcc6
[clang] Make sure codecompletion is called for calls even when inside a token.
|
7 年 前 |
Ilya Biryukov
|
8cd8ed88f9
[CodeComplete] Report location of opening parens for signature help
|
7 年 前 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 年 前 |
Ivan Donchevskii
|
ea1c0a4ef3
Optionally add code completion results for arrow instead of dot
|
7 年 前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年 前 |
Eugene Zelenko
|
d3b7dd1776
[Sema] Revert r329346 because of memory sanitizer failures.
|
7 年 前 |
Eugene Zelenko
|
eb25fa3277
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 年 前 |
Eugene Zelenko
|
c05a0c0240
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 年 前 |
Ilya Biryukov
|
72299bf390
[CodeComplete] Avoid name clashes of 'Kind' inside CodeCompletionContext. NFC
|
7 年 前 |
Ilya Biryukov
|
891109a941
[CodeComplete] Add a helper to print CodeCompletionContext::Kind
|
7 年 前 |
Adrian Prantl
|
550c574546
Silence a bunch of implicit fallthrough warnings
|
7 年 前 |
Sam McCall
|
c057633550
[clang] Expose orderedString from CodeCompletionResult. NFC
|
7 年 前 |
Benjamin Kramer
|
fd352be22e
Retire llvm::alignOf in favor of C++11 alignof.
|
8 年 前 |
Simon Pilgrim
|
f435bb6201
Fix unnecessary default switch warning
|
9 年 前 |
Vassil Vassilev
|
0ed81cd54f
Implement filtering for code completion of identifiers.
|
9 年 前 |
Reid Kleckner
|
d4b8ca1ba2
Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch
|
9 年 前 |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 年 前 |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 年 前 |
Douglas Gregor
|
11354e9dc8
[libclang] Replace ObjC generic parameters in code-completion results.
|
10 年 前 |
Yaron Keren
|
8931755e80
Teach Twine to support SmallString.
|
10 年 前 |
Francisco Lopes da Silva
|
90ffec0e7e
Improves overload completion result chunks.
|
10 年 前 |
Craig Topper
|
6b8c5857eb
[C++11] Use 'nullptr'. Sema edition.
|
11 年 前 |
Alp Toker
|
eba660f596
Fix a bunch of mislayered clang/Lex includes from Sema
|
11 年 前 |
Douglas Gregor
|
d1f09b482b
Allow the computation of the base priority for a declaration code completion result to consider the completion context
|
12 年 前 |
Dmitri Gribenko
|
89cf425f11
Use 'const Decl *' throughout code completion in Sema
|
12 年 前 |