cbmc:add_std_move

Last commit made on 2020-05-30
Get this branch:
git clone -b add_std_move https://git.launchpad.net/cbmc

Branch merges

Branch information

Name:
add_std_move
Repository:
lp:cbmc

Recent commits

15f0f28... by Daniel Kroening <email address hidden>

add missing std::move on return

This enables compilation with recent versions of clang++.

9ae35de... by Daniel Kroening <email address hidden>

Merge pull request #1337 from tautschnig/member_offset_bits

member_offset_bits: express member offset in bits instead of bytes

def38e9... by Daniel Kroening <email address hidden>

Merge pull request #1336 from tautschnig/goto-diff-signed

target name wrong for signed variant of goto-diff

10121e3... by Daniel Kroening <email address hidden>

Merge pull request #1338 from tautschnig/replace-assert

replace assert(false) by UNREACHABLE

9b8013a... by Daniel Kroening <email address hidden>

Merge pull request #1335 from tautschnig/cleanup-metachar

MetaChar: use std::stringstream for incremental escaped-string construction

cdd55fa... by Daniel Kroening <email address hidden>

replace assert(false) by UNREACHABLE

a1a6462... by Michael Tautschnig <email address hidden>

member_offset_bits: express member offset in bits instead of bytes

4c74ea0... by Daniel Kroening <email address hidden>

target name wrong for signed variant of goto-diff

1828809... by Michael Tautschnig <email address hidden>

MetaChar: use std::stringstream for incremental escaped-string construction

This avoids the use of lower-level snprintf.

ed78c6b... by Daniel Kroening <email address hidden>

Merge pull request #1329 from tautschnig/union-padding-fix

Union padding fix