Changes between Initial Version and Version 1 of Ticket #68235


Ignore:
Timestamp:
Sep 24, 2023, 11:13:52 AM (13 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68235 – Description

    initial v1  
    22
    33{{{
    4 /opt/local/libexec/llvm-15/include/llvm/ADT/STLForwardCompat.h:53:22: error: default initialization of an object of const type 'const llvm::in_place_t' without a user-provided default constructor
     4/opt/local/libexec/llvm-15/include/llvm/ADT/STLForwardCompat.h:53:22:
     5error: default initialization of an object of const type 'const llvm::in_place_t' without a user-provided default constructor
    56constexpr in_place_t in_place; // NOLINT(readability-identifier-naming)
    67                     ^
    78
    8 /opt/local/libexec/llvm-15/include/llvm/Support/Allocator.h:238:16: error: no viable conversion from 'long long' to 'llvm::Optional<int64_t>'
     9/opt/local/libexec/llvm-15/include/llvm/Support/Allocator.h:238:16:
     10error: no viable conversion from 'long long' to 'llvm::Optional<int64_t>'
    911        return InSlabIdx + static_cast<int64_t>(P - S);
    1012               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~