This macro is a helper when LDBG() is called with 2 arguments. In this case we want to force the first argument to be the type for consistency in the codebase. We trick this by casting the first argument to a (const char *) which won't compile with an int.

Synopsis

Declared in <llvm/Support/DebugLog.h>

#define LDBG_TYPE_AND_LEVEL(TYPE, LEVEL)

Created with MrDocs