Add a basic .clang-tidy file and fix typedef warnings
[lttng-tools.git] / src / common / bytecode / bytecode.hpp
index 4ed51dcfe14ec14ad0a782c0cdfa251d819f9142..426cc489dfd02e453dec7eeb7ce56fe53f741dad 100644 (file)
@@ -191,7 +191,7 @@ enum bytecode_op {
        NR_BYTECODE_OPS,
 };
 
-typedef uint8_t bytecode_opcode_t;
+using bytecode_opcode_t = uint8_t;
 
 struct load_op {
        bytecode_opcode_t op;
This page took 0.022487 seconds and 4 git commands to generate.