1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
Serge Pavlov 4e395520a6 Use different name for auto variable
Without this change GCC 5.4.0 failed to compile JSON.cpp with the error:

    .../llvm-project/llvm/lib/Support/JSON.cpp: In lambda function:
    .../llvm-project/llvm/lib/Support/JSON.cpp:291:29: error: use of 'V' before deduction of 'auto'
           for (const auto &V : *V.getAsArray())
2020-09-24 17:32:24 +07:00
..
Analysis [SCEV] Use loop guard info when computing the max BE taken count in howFarToZero. 2020-09-24 11:06:55 +01:00
AsmParser
BinaryFormat DebugInfo: Cleanup RLE dumping, using a length-constrained DataExtractor rather than carrying the end offset separately 2020-09-18 19:32:38 -07:00
Bitcode Revert D87970 "[ThinLTO] Avoid temporaries when loading global decl attachment metadata" 2020-09-23 10:24:08 -07:00
Bitstream
CodeGen [GlobalISel][AMDGPU] Lower G_SMULH/G_UMULH 2020-09-23 22:25:29 -04:00
DebugInfo DebugInfo: Filter DWARFv5 TUs out of the debug_info unit list when CUs requested 2020-09-23 22:15:53 -07:00
Demangle
DWARFLinker
ExecutionEngine [ORC] Add operations to create and lookup JITDylibs to OrcV2 C bindings. 2020-09-16 13:49:30 -07:00
Extensions
FileCheck
Frontend
Fuzzer
FuzzMutate
InterfaceStub
IR [ConstantRange] Introduce getMinSignedBits() method 2020-09-22 21:37:30 +03:00
IRReader
LineEditor
Linker
LTO [ThinLTO] Option to bypass function importing. 2020-09-22 13:12:11 -07:00
MC [PowerPC][PCRelative] Thread Local Storage Support for Local Dynamic 2020-09-23 13:48:06 -05:00
MCA
Object
ObjectYAML [DWARFYAML] Make the ExtLen field of extended opcodes optional. 2020-09-24 14:13:26 +08:00
Option
Passes Revert "[NewPM] Add callbacks to PassBuilder to run before/after parsing a pass" 2020-09-23 18:43:13 -07:00
ProfileData [Coverage] Add empty line regions to SkippedRegions 2020-09-21 12:42:53 -07:00
Remarks
Support Use different name for auto variable 2020-09-24 17:32:24 +07:00
TableGen Enhance TableGen so that backends can produce better error messages. 2020-09-23 13:35:32 -04:00
Target [GlobalISel][AMDGPU] Lower G_SMULH/G_UMULH 2020-09-23 22:25:29 -04:00
Testing
TextAPI
ToolDrivers
Transforms [CGProfile] don't emit cgprofile entry if called function is dllimport 2020-09-23 16:56:54 -07:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt