[llvm] r374445 - Fix a documentation warning from GSYM commit.

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 13:29:12 PDT 2019


Author: gclayton
Date: Thu Oct 10 13:29:11 2019
New Revision: 374445

URL: http://llvm.org/viewvc/llvm-project?rev=374445&view=rev
Log:
Fix a documentation warning from GSYM commit.


Modified:
    llvm/trunk/include/llvm/DebugInfo/GSYM/GsymCreator.h

Modified: llvm/trunk/include/llvm/DebugInfo/GSYM/GsymCreator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/GSYM/GsymCreator.h?rev=374445&r1=374444&r2=374445&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/GSYM/GsymCreator.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/GSYM/GsymCreator.h Thu Oct 10 13:29:11 2019
@@ -178,7 +178,7 @@ public:
   /// \param   Style The path style for the "Path" parameter.
   /// \returns The unique file index for the inserted file.
   uint32_t insertFile(StringRef Path,
-                      llvm::sys::path::Style = llvm::sys::path::Style::native);
+                      sys::path::Style Style = sys::path::Style::native);
 
   /// Add a function info to this GSYM creator.
   ///




More information about the llvm-commits mailing list