Make it compatible with C++
authorOlivier Dion <odion@efficios.com>
Mon, 19 Aug 2024 17:35:41 +0000 (13:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 23 Oct 2024 15:29:36 +0000 (11:29 -0400)
commit608caecbbcb92d24bf8253e742146e303ee83c4d
tree96fc5dee6693da26d69c795c44c9aa8dc0ed4e01
parentf9ef9246b7eec79e68b9c223bf6421da12263263
Make it compatible with C++

The main change are for initialization order of compound literal.  Other
changes include:

  - Initialization of zero size member (char end [0]),

  - Declaration of events in anonymous namespace for circular dependency
    of static variables.

Change-Id: Icb99c22a7df313ecb0e31a8d96ea6e9ec00cffed
Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
include/side/abi/type-description.h
include/side/abi/visitor.h
include/side/instrumentation-c-api.h
include/side/macros.h
This page took 0.023621 seconds and 4 git commands to generate.