Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 年之前 |
Fangrui Song
|
b76b345fe1
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC
|
6 年之前 |
Gauthier Harnisch
|
17feca48a8
[C++20] add Basic consteval specifier
|
6 年之前 |
Richard Smith
|
530f6a7f77
Factor out commonality between variable capture initialization and
|
6 年之前 |
Richard Smith
|
1a0fe6c4a8
Defer building 'this' captures until we have left the capturing region
|
6 年之前 |
Richard Smith
|
4c6199e026
Defer capture initialization for captured regions until after we've left
|
6 年之前 |
Richard Smith
|
120851d42c
Defer creating fields for captures until we finish building the
|
6 年之前 |
Richard Smith
|
8465d5be63
If capturing a variable fails, add a capture anyway (and mark it
|
6 年之前 |
Sam McCall
|
d80516ddef
[Sema] Correct typos in return statements so the return types of 'auto' functions are always deduced.
|
6 年之前 |
Leonard Chan
|
8ad70e4734
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an attribute declaration"
|
6 年之前 |
Leonard Chan
|
a121961bcb
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute declaration"
|
6 年之前 |
David Blaikie
|
6aecacbb8d
SemaOverload: Complete candidates before emitting the error, to ensure diagnostics emitted (or suppressed) during completion don't interfere with the overload notes
|
6 年之前 |
Leonard Chan
|
fae4e4715c
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
|
6 年之前 |
David Blaikie
|
39c763f34d
Do not warn on switches over enums that do not use [[maybe_unused]] enumerators
|
6 年之前 |
Fangrui Song
|
329eb5c6ba
Use llvm::stable_sort
|
6 年之前 |
Alexey Bataev
|
a0e40f466c
[CUDA]Delayed diagnostics for the asm instructions.
|
6 年之前 |
Alexey Bataev
|
6bbd09bedb
Revert "[CUDA]Delayed diagnostics for the asm instructions."
|
6 年之前 |
Alexey Bataev
|
266e803a09
[CUDA]Delayed diagnostics for the asm instructions.
|
6 年之前 |
Alexey Bataev
|
71082e8303
[OPENMP] Use targetDiag for diagnostics of unsupported exceptions, NFC.
|
6 年之前 |
Richard Smith
|
d1f4353f6e
PR40642: Fix determination of whether the final statement of a statement
|
6 年之前 |
Alexey Bataev
|
a03305e04c
[OPENMP]Delay emission of the error messages for the exceptions.
|
6 年之前 |
Alexey Bataev
|
494c7e87ff
Revert "[OPENMP]Initial support for the delayed diagnostics."
|
6 年之前 |
Alexey Bataev
|
6bf67196e1
[OPENMP]Initial support for the delayed diagnostics.
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Aaron Ballman
|
bf91d084ae
Refactor the way we handle diagnosing unused expression results.
|
6 年之前 |
Aaron Ballman
|
ec8c48fb7d
Diagnose an unused result from a call through a function pointer whose return type is marked [[nodiscard]].
|
6 年之前 |
Aaron Ballman
|
bd282df269
Switch from static_cast<> to cast<>, update identifier for coding conventions; NFC.
|
6 年之前 |
Fangrui Song
|
aa528ab4a0
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
|
6 年之前 |
Fangrui Song
|
e350174b21
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
|
6 年之前 |
Hans Wennborg
|
b129ce9436
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
|
6 年之前 |