namespace llvm {
-// RemoveFileOnSignal - This function registers signal handlers to ensure that
-// if a signal gets delivered that the named file is removed.
-//
-void RemoveFileOnSignal(const std::string &Filename);
+ /// RemoveFileOnSignal - This function registers signal handlers to ensure
+ /// that if a signal gets delivered that the named file is removed.
+ ///
+ void RemoveFileOnSignal(const std::string &Filename);
} // End llvm namespace
namespace llvm {
-// RemoveFileOnSignal - This function registers signal handlers to ensure that
-// if a signal gets delivered that the named file is removed.
-//
-void RemoveFileOnSignal(const std::string &Filename);
+ /// RemoveFileOnSignal - This function registers signal handlers to ensure
+ /// that if a signal gets delivered that the named file is removed.
+ ///
+ void RemoveFileOnSignal(const std::string &Filename);
} // End llvm namespace