llvm-project/llvm/unittests
Fangrui Song a996cc217c Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
..
ADT [ADT] Enable structured bindings for iterating StringMap 2022-12-04 18:33:16 +01:00
Analysis [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
AsmParser [AsmParserTest] Avoid pointer element type accesses (NFC) 2022-01-25 14:31:51 +01:00
BinaryFormat [DebugInfo] llvm::Optional => std::optional 2022-12-05 00:09:22 +00:00
Bitcode [RISCV] Adjust RV64I data layout by using n32:64 in layout string 2022-10-28 08:27:03 -07:00
Bitstream Reland "[llvm][NFC] Use c++17 style variable type traits" 2022-11-08 14:15:15 +00:00
CodeGen [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
DebugInfo Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
Debuginfod [llvm] [Debuginfod] Add HTTP Server to Debuginfod library. 2022-07-06 18:56:54 +00:00
Demangle [demangler] No need to space adjacent template closings 2022-05-09 06:14:44 -07:00
ExecutionEngine [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
FileCheck [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
Frontend DebugInfoMetadata: convert Optional to std::optional 2022-12-04 11:52:02 -06:00
FuzzMutate [FuzzMutate] New InsertPHINode strategy. 2022-11-30 15:26:52 -08:00
IR [IR] llvm::Optional => std::optional 2022-12-05 04:13:11 +00:00
InterfaceStub [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
LineEditor
Linker Revert "[OpenMP][NFC] Add missing virtual destructor to silence warning" 2022-03-25 16:07:11 -05:00
MC [MC] llvm::Optional => std::optional 2022-12-04 21:36:08 +00:00
MI [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
MIR [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
ObjCopy Fix for buildbot failure: https://lab.llvm.org/buildbot#builders/110/builds/11051 2022-03-09 14:26:46 +03:00
Object [Object] llvm::Optional => std::optional 2022-12-04 09:11:11 +00:00
ObjectYAML [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
Option
Passes Remove unnecessary includes of ManagedStatic.h 2022-07-07 14:29:20 +02:00
ProfileData [llvm] Use std::size (NFC) 2022-11-26 13:47:32 -08:00
Remarks [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
Support CheckedArithmetic: llvm::Optional => std::optional 2022-12-05 04:30:54 +00:00
TableGen [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
Target Revert "[LoongArch] Use tablegen size for getInstSizeInBytes" 2022-12-03 08:02:41 -05:00
Testing [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
TextAPI [llvm] Use std::size (NFC) 2022-11-26 13:47:32 -08:00
Transforms [VPlan] Mark VPScalarIVStepsRecipe as not reading/writing memory. 2022-12-04 12:58:46 +00:00
XRay
tools [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
CMakeLists.txt [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
unittest.cfg.in