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 68d7d77 commit b858dfcCopy full SHA for b858dfc
llvm/include/llvm/Support/TypeName.h
@@ -23,8 +23,7 @@ namespace llvm {
23
/// The returned StringRef will point into a static storage duration string.
24
/// However, it may not be null terminated and may be some strangely aligned
25
/// inner substring of a larger string.
26
-template <typename DesiredTypeName>
27
-inline StringRef getTypeName() {
+template <typename DesiredTypeName> inline StringRef getTypeName() {
28
#if defined(__clang__) || defined(__GNUC__)
29
StringRef Name = __PRETTY_FUNCTION__;
30
0 commit comments