llvm-project/lldb/test/API/lang/cpp/template-function
shafik 9e2715aaac [lldb] Remove template parameters from FunctionTemplateDecl names
Fix to get the AST we generate for function templates closer to what clang generates and expects.
We fix which FuntionDecl we are passing to CreateFunctionTemplateSpecializationInfo and we strip
template parameters from the name when creating the FunctionDecl and FunctionTemplateDecl.

These two fixes together fix asserts and ambiguous lookup issues for several cases which are added to the already existing small function template test.
This fixes issues with overloads, overloads and ADL, variadic function templates and templated operator overloads.

Differential Revision: https://reviews.llvm.org/D75761
2020-03-17 11:00:23 -07:00
..
Makefile
TestTemplateFunctions.py [lldb] Remove template parameters from FunctionTemplateDecl names 2020-03-17 11:00:23 -07:00
main.cpp [lldb] Remove template parameters from FunctionTemplateDecl names 2020-03-17 11:00:23 -07:00