[llvm] be6847b - Fix -Wdocumentation warning. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat May 16 07:02:50 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-16T15:00:56+01:00
New Revision: be6847b17d7ef6e21490fcd0c81e46a55e6994e9

URL: https://github.com/llvm/llvm-project/commit/be6847b17d7ef6e21490fcd0c81e46a55e6994e9
DIFF: https://github.com/llvm/llvm-project/commit/be6847b17d7ef6e21490fcd0c81e46a55e6994e9.diff

LOG: Fix -Wdocumentation warning. NFC.

Remove non-existant DataLayoutCallback param comment.

Added: 
    

Modified: 
    llvm/include/llvm/AsmParser/Parser.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/AsmParser/Parser.h b/llvm/include/llvm/AsmParser/Parser.h
index 3547f8003704..e1c7f746a335 100644
--- a/llvm/include/llvm/AsmParser/Parser.h
+++ b/llvm/include/llvm/AsmParser/Parser.h
@@ -121,7 +121,6 @@ std::unique_ptr<Module> parseAssembly(
 /// \param Err Error result info.
 /// \param Slots The optional slot mapping that will be initialized during
 ///              parsing.
-/// \param DataLayoutCallback Override datalayout in the llvm assembly.
 ///
 /// parseAssemblyFileWithIndex is a wrapper around this function.
 ParsedModuleAndIndex parseAssemblyWithIndex(MemoryBufferRef F,


        


More information about the llvm-commits mailing list