Fixed id resolution of callexpr callees by function declaration

This commit is contained in:
Bartek Kryza
2022-12-11 19:10:13 +01:00
parent 70cb58fce9
commit 29b679b0a4
7 changed files with 185 additions and 98 deletions

View File

@@ -53,6 +53,10 @@ std::string trim(const std::string &s);
spdlog::get("console")->debug(std::string("[{}:{}] ") + fmt__, \
__FILENAME__, __LINE__, ##__VA_ARGS__)
#define LOG_TRACE(fmt__, ...) \
spdlog::get("console")->trace(std::string("[{}:{}] ") + fmt__, \
__FILENAME__, __LINE__, ##__VA_ARGS__)
/**
* @brief Setup spdlog logger.
*