mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 10:01:11 +02:00
clang-tidy cleanups. No functional change intended.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ public:
|
||||
// CONSTRUCTORS
|
||||
V3Lexer()
|
||||
: V3LexerBase{nullptr} {}
|
||||
~V3Lexer() {}
|
||||
~V3Lexer() override {}
|
||||
// METHODS
|
||||
void unputString(const char* textp, size_t length) {
|
||||
// Add characters to input stream in back-to-front order
|
||||
|
||||
Reference in New Issue
Block a user