genode/repos/base/include/util
Piotr Tworek e748efacd8 reconstructible: Fix alignas specifier placement.
Alignas should be placed before the type. Placing it after it works for
GCC, but fails when building the same codee with clang. The error
message is:

reconstructible.h:48:27: error: 'alignas' attribute cannot be applied to types
    char _space[sizeof(MT)] alignas(sizeof(addr_t));
                            ^
Issue #4298
2021-10-15 15:45:52 +02:00
..
arg_string.h base: handle 'unpack_string()' error in 'Arg::string()' 2021-05-05 11:21:43 +02:00
array.h base: introduce array utility 2021-05-28 14:16:45 +02:00
avl_string.h Replace Genode::strncpy by Genode::copy_cstring 2020-05-27 11:56:45 +02:00
avl_tree.h Add missing override annotations 2019-02-19 11:12:11 +01:00
bit_allocator.h util/bit_array.h: remove use of memset and memcpy 2020-05-05 13:30:15 +02:00
bit_array.h util/bit_array.h: remove use of memset and memcpy 2020-05-05 13:30:15 +02:00
construct_at.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
fifo.h base: make 'Fifo::Element::enqueued' const 2019-11-19 14:54:13 +01:00
flex_iterator.h base: avoid warnings about shift operations 2018-11-16 14:37:18 +01:00
interface.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
list_model.h base: add List_model::apply_first 2019-01-07 12:33:56 +01:00
list.h base: Make Genode::List clang friendly. 2021-01-25 13:58:10 +01:00
meta.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
misc_math.h base: add 'aligned' function to util/misc_math.h 2019-05-03 13:31:39 +02:00
mmio.h mmio: make base address member private 2017-03-15 12:32:24 +01:00
noncopyable.h base: cleanup Noncopyable declarations/coding style 2021-02-23 11:51:57 +01:00
print_lines.h Replace Genode::strncpy by Genode::copy_cstring 2020-05-27 11:56:45 +02:00
reconstructible.h reconstructible: Fix alignas specifier placement. 2021-10-15 15:45:52 +02:00
register_set.h base: add 'wait_for_any' to 'Register_set' 2020-02-10 16:00:40 +01:00
register.h base: fix shift overflow error in Bitfield::mask() 2021-08-30 15:00:35 +02:00
retry.h Genode::retry(): fix compile error with GCC 6 2017-05-31 13:15:50 +02:00
string.h Check max_len before dereferencing pointer in Cstring constructor 2021-05-10 11:17:20 +02:00
token.h Replace Genode::strncpy by Genode::copy_cstring 2020-05-27 11:56:45 +02:00
touch.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
xml_generator.h base: move Xml_generator::Node::Node behind ABI 2021-04-20 12:03:03 +02:00
xml_node.h Xml_node: remove deprecated methods 2020-08-25 11:50:10 +02:00