We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003eb5e commit 5cac0ebCopy full SHA for 5cac0eb
llvm/include/llvm/Support/TypeName.h
@@ -28,7 +28,7 @@ template <typename DesiredTypeName> inline StringRef getTypeNameImpl() {
28
#elif defined(_MSC_VER)
29
StringRef Name = __FUNCSIG__;
30
31
- StringRef Key = "getTypeName<";
+ StringRef Key = "getTypeNameImpl<";
32
Name = Name.substr(Name.find(Key));
33
assert(!Name.empty() && "Unable to find the function name!");
34
Name = Name.drop_front(Key.size());
0 commit comments