Files
clang-p2996/clang/test/SemaCXX/constexpr-frame-describe.cpp
Takuya Shimizu e90f4fc6ac [clang][ExprConstant] Print template arguments when describing stack frame
This patch adds additional printing of template argument list when the described function is a template specialization.
This can be useful when handling complex template functions in constexpr evaluator.

Reviewed By: cjdb, dblaikie
Differential Revision: https://reviews.llvm.org/D154366
2023-07-31 17:05:56 +09:00

3.1 KiB