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