Internal: Update clang_check_annotations conditions (#4134)

This commit is contained in:
Kamil Rakoczy
2023-04-20 07:02:31 -04:00
committed by GitHub
parent 843fdd3e57
commit 65a484e00b
22 changed files with 120 additions and 102 deletions
+1 -1
View File
@@ -693,7 +693,7 @@ std::string VL_DECIMAL_NW(int width, const WDataInP lwp) VL_MT_SAFE {
}
template <typename T>
std::string _vl_vsformat_time(char* tmp, T ld, int timeunit, bool left, size_t width) {
std::string _vl_vsformat_time(char* tmp, T ld, int timeunit, bool left, size_t width) VL_MT_SAFE {
const VerilatedContextImp* const ctxImpp = Verilated::threadContextp()->impp();
const std::string suffix = ctxImpp->timeFormatSuffix();
const int userUnits = ctxImpp->timeFormatUnits(); // 0..-15