Erik Pilkington
|
159cd770e3
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
|
6 years ago |
Ilya Biryukov
|
a3c3146170
[Lex] Allow to consume tokens while preprocessing
|
6 years ago |
Eric Fiselier
|
c786ab0af6
Implement __builtin_LINE() et. al. to support source location capture.
|
6 years ago |
Volodymyr Sapsai
|
e699610995
[Parser] Avoid correcting delayed typos in array subscript multiple times.
|
6 years ago |
Bruno Ricci
|
62e8a2946b
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
|
6 years ago |
Ilya Biryukov
|
ee7f333417
[CodeComplete] Propagate preferred type for function arguments in more cases
|
6 years ago |
Ilya Biryukov
|
d60b387098
[CodeComplete] Propagate preferred types through parser in more cases
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Anastasia Stulova
|
7f43dcfad8
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
|
6 years ago |
Ilya Biryukov
|
c14feb5c48
[CodeComplete] Fill preferred type on binary expressions
|
6 years ago |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 years ago |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 years ago |
Richard Smith
|
a9671c2b45
PR26547: alignof should return ABI alignment, not preferred alignment
|
6 years ago |
Will Wilson
|
b716dcf4d9
[ms] Prevent explicit constructor name lookup if scope is missing
|
6 years ago |
Ivan Donchevskii
|
362975cf73
[CodeComplete] Generate completion fix-its for C code as well
|
7 years ago |
Kadir Cetinkaya
|
9a74d9fcc6
[clang] Make sure codecompletion is called for calls even when inside a token.
|
7 years ago |
Ilya Biryukov
|
96b8b58101
[CodeComplete] Clearly distinguish signature help and code completion.
|
7 years ago |
Ilya Biryukov
|
8cd8ed88f9
[CodeComplete] Report location of opening parens for signature help
|
7 years ago |
Erik Pilkington
|
d43e8cc026
[Parser] Support alternative operator token keyword args in Objective-C++
|
7 years ago |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 years ago |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 years ago |
Nicolas Lesser
|
459648c52e
Parse a possible trailing postfix expression suffix after a fold expression
|
7 years ago |
Reid Kleckner
|
3eabc0d428
[MS] Add L__FUNCSIG__ for compatibility
|
7 years ago |
Richard Smith
|
51cfee88b3
Refactor checking of switch conditions and case values.
|
7 years ago |
Erich Keane
|
829882796c
AttributeList de-listifying:
|
7 years ago |
Richard Smith
|
2f412f2b98
Diagnose missing 'template' keywords in contexts where a comma is not a
|
7 years ago |
Richard Smith
|
8eed7850fc
Diagnose missing 'template' keywords in more cases.
|
7 years ago |
Ivan Donchevskii
|
ea1c0a4ef3
Optionally add code completion results for arrow instead of dot
|
7 years ago |
Richard Smith
|
bfc08965af
Improve diagonstic for braced-init-list as operand to ?: expression.
|
7 years ago |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 years ago |