llvm-project/llvm/unittests
Benjamin Kramer f15014ff54 Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17"
This reverts commit ef82063207.

- It conflicts with the existing llvm::size in STLExtras, which will now
  never be called.
- Calling it without llvm:: breaks C++17 compat
2022-01-26 16:55:53 +01:00
..
ADT Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
Analysis [IRSim][IROutliner] Add support for outlining PHINodes with the rest of the region. 2022-01-25 18:25:50 -06:00
AsmParser [AsmParserTest] Avoid pointer element type accesses (NFC) 2022-01-25 14:31:51 +01:00
BinaryFormat [AIX] identify big archive magic as archive. 2022-01-19 12:18:45 -05:00
Bitcode [X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits to match with ICC 2022-01-23 09:58:46 +08:00
Bitstream
CodeGen Reapply "Revert "GlobalISel: Add G_ASSERT_ALIGN hint instruction" 2022-01-24 09:26:52 -05:00
DebugInfo
Debuginfod [Support] [DebugInfo] Lazily create cache dir. 2022-01-20 19:27:15 +00:00
Demangle
ExecutionEngine [ORC] Allow JITDylib::getDFSLinkOrder and friends to fail for defunct JITDylibs. 2022-01-20 17:45:32 +11:00
FileCheck
Frontend [OpenMPIRBuilderTest] Avoid pointer element type access 2022-01-26 11:02:43 +01:00
FuzzMutate
IR [debug-info] Add support for llvm.dbg.addr in DIBuilder. 2022-01-18 18:26:50 -08:00
InterfaceStub
LineEditor
Linker
MC
MI
MIR
Object
ObjectYAML
Option
Passes
ProfileData Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
Remarks
Support Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
TableGen
Target
TextAPI
Transforms [CodeExtractor] Enable partial aggregate arguments 2022-01-25 20:50:34 -05:00
XRay
tools
CMakeLists.txt
unittest.cfg.in