Suppress clang-tidy warnings for
This commit is contained in:
parent
6a31c49432
commit
39c9c215b1
@ -155,12 +155,15 @@ uint64_t ComputeProfilingKey(const T *obj) {
|
||||
|
||||
} // namespace
|
||||
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
||||
#define SCOPED_PROFILE_OP(name) \
|
||||
ScopedProfile profile { ComputeProfilingKey(this), name, &context }
|
||||
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
||||
#define SCOPED_CUSTOM_PROFILE(name) \
|
||||
ScopedCustomProfile custom_profile { name, context }
|
||||
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
||||
#define SCOPED_REQUEST_WAIT_PROFILE SCOPED_CUSTOM_PROFILE("request_wait")
|
||||
|
||||
class DistributedCreateNodeCursor : public Cursor {
|
||||
|
Loading…
Reference in New Issue
Block a user