Saar Raz
|
40a8d3b5ee
[Concepts] Concept Specialization Expressions
|
5 年之前 |
Nico Weber
|
04a9a9ffc7
Revert 374882 "[Concepts] Concept Specialization Expressions"
|
5 年之前 |
Saar Raz
|
88186b0504
[Concepts] Concept Specialization Expressions
|
5 年之前 |
Richard Smith
|
478f547ceb
PR43080: Do not build context-sensitive expressions during name classification.
|
5 年之前 |
Aaron Ballman
|
b20dcef8a7
Replace some custom C11 extension warnings with the generic warning.
|
6 年之前 |
Aaron Ballman
|
1f2de81a89
Diagnose use of _Thread_local as an extension when not in C11 mode.
|
6 年之前 |
Richard Smith
|
4eeccf9ca4
Stop abusing SuppressAllDiagnostics when speculatively determining
|
6 年之前 |
Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 年之前 |
Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 年之前 |
Erik Pilkington
|
159cd770e3
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
|
6 年之前 |
Ilya Biryukov
|
a3c3146170
[Lex] Allow to consume tokens while preprocessing
|
6 年之前 |
Eric Fiselier
|
c786ab0af6
Implement __builtin_LINE() et. al. to support source location capture.
|
6 年之前 |
Volodymyr Sapsai
|
e699610995
[Parser] Avoid correcting delayed typos in array subscript multiple times.
|
6 年之前 |
Bruno Ricci
|
62e8a2946b
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
|
6 年之前 |
Ilya Biryukov
|
ee7f333417
[CodeComplete] Propagate preferred type for function arguments in more cases
|
6 年之前 |
Ilya Biryukov
|
d60b387098
[CodeComplete] Propagate preferred types through parser in more cases
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Anastasia Stulova
|
7f43dcfad8
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
|
6 年之前 |
Ilya Biryukov
|
c14feb5c48
[CodeComplete] Fill preferred type on binary expressions
|
6 年之前 |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 年之前 |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 年之前 |
Richard Smith
|
a9671c2b45
PR26547: alignof should return ABI alignment, not preferred alignment
|
6 年之前 |
Will Wilson
|
b716dcf4d9
[ms] Prevent explicit constructor name lookup if scope is missing
|
6 年之前 |
Ivan Donchevskii
|
362975cf73
[CodeComplete] Generate completion fix-its for C code as well
|
7 年之前 |
Kadir Cetinkaya
|
9a74d9fcc6
[clang] Make sure codecompletion is called for calls even when inside a token.
|
7 年之前 |
Ilya Biryukov
|
96b8b58101
[CodeComplete] Clearly distinguish signature help and code completion.
|
7 年之前 |
Ilya Biryukov
|
8cd8ed88f9
[CodeComplete] Report location of opening parens for signature help
|
7 年之前 |
Erik Pilkington
|
d43e8cc026
[Parser] Support alternative operator token keyword args in Objective-C++
|
7 年之前 |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 年之前 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 年之前 |