Tamas Berghammer 5aa27e1acc Improve C++ function name handling and step-in avoid regerxp handling
If the function is a template then the return type is part of the
function name. This CL fixes the parsing of these function names in
the case when the return type contains ':'.

The name of free functions in C++ don't have context part. Fix the
logic geting the function name without arguments out from a full
function name to handle this case.

Change the handling of step-in-avoid-regexp to match the value against
the function name without it's arguments and return value. This is
required because the default regex ("^std::") would match any template
function returning an std object.

Fifferential revision: http://reviews.llvm.org/D11461

llvm-svn: 243099
2015-07-24 08:54:22 +00:00
..
2015-01-20 15:13:01 +00:00
2011-11-29 19:13:38 +00:00
2014-01-08 03:14:18 +00:00
2015-07-22 20:52:17 +00:00
2015-05-04 06:26:13 +00:00
2015-07-14 01:09:28 +00:00
2015-06-18 05:27:05 +00:00