Author: Ian Wood Date: 2024-12-13T21:52:05-08:00 New Revision: b858dfc01b6da1675f3ed99416063e118dd27324
URL: https://github.com/llvm/llvm-project/commit/b858dfc01b6da1675f3ed99416063e118dd27324 DIFF: https://github.com/llvm/llvm-project/commit/b858dfc01b6da1675f3ed99416063e118dd27324.diff LOG: Fix formatting Added: Modified: llvm/include/llvm/Support/TypeName.h Removed: ################################################################################ diff --git a/llvm/include/llvm/Support/TypeName.h b/llvm/include/llvm/Support/TypeName.h index 9547e76a7fa79b..518a39ee02a53a 100644 --- a/llvm/include/llvm/Support/TypeName.h +++ b/llvm/include/llvm/Support/TypeName.h @@ -23,8 +23,7 @@ namespace llvm { /// The returned StringRef will point into a static storage duration string. /// However, it may not be null terminated and may be some strangely aligned /// inner substring of a larger string. -template <typename DesiredTypeName> -inline StringRef getTypeName() { +template <typename DesiredTypeName> inline StringRef getTypeName() { #if defined(__clang__) || defined(__GNUC__) StringRef Name = __PRETTY_FUNCTION__; _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits