mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
clang-tidy cleanups. No functional change intended.
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ private:
|
||||
int m_handle = 0; // Opaque handle for index into line tracking
|
||||
const AstNode* m_nodep = nullptr; // Node establishing this state
|
||||
CheckState() {}
|
||||
bool lineCoverageOn(const AstNode* nodep) {
|
||||
bool lineCoverageOn(const AstNode* nodep) const {
|
||||
return m_on && !m_inModOff && nodep->fileline()->coverageOn()
|
||||
&& v3Global.opt.coverageLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user