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 b7d9744 commit 5ae0123Copy full SHA for 5ae0123
llvm/include/llvm/IR/PrintPasses.h
@@ -93,7 +93,9 @@ template <typename T> class ScopedDbgInfoFormatSetter {
93
~ScopedDbgInfoFormatSetter() { Obj.setIsNewDbgInfoFormat(OldState); }
94
};
95
96
-template<typename T> ScopedDbgInfoFormatSetter(T &Obj, bool NewState) -> ScopedDbgInfoFormatSetter<T>;
+template <typename T>
97
+ScopedDbgInfoFormatSetter(T &Obj,
98
+ bool NewState) -> ScopedDbgInfoFormatSetter<T>;
99
100
} // namespace llvm
101
0 commit comments