[#LDBG_TYPE_AND_LEVEL] = LDBG_TYPE_AND_LEVEL :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define LDBG_TYPE_AND_LEVEL(TYPE, LEVEL) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#