Explore a powerful tool for analyzing and profiling overloaded function calls in C++ in this conference talk from C++Now 2024. Delve into the intricacies of compile-time polymorphism through overloading, and learn how to navigate unexpected compiler behavior. Discover the open-source Overload Inspector tool, based on LLVM/Clang, which provides detailed insights into overload candidates, elimination processes, and ambiguity resolution. Gain valuable knowledge on optimizing compilation time through interface design. Follow along with practical demonstrations, non-trivial examples, and an overview of fundamental overloading rules. Enhance your C++ programming skills and learn to leverage this innovative tool for more efficient and precise code development.
Overview
Syllabus
C++ Overload Inspector - A Tool for Analyzing and Profiling Overloaded Function Calls - C++Now 2024
Taught by
CppNow