[all-commits] [llvm/llvm-project] 9b1a0d: Fix a typo in the error message for an incorrect p...
jeanlucbr via All-commits
all-commits at lists.llvm.org
Mon Apr 13 15:44:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b1a0d300e5e8ef295be760e6dd36598e8c14935
https://github.com/llvm/llvm-project/commit/9b1a0d300e5e8ef295be760e6dd36598e8c14935
Author: Jean-Luc Brouillet <jeanluc at google.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M mlir/examples/toy/Ch1/include/toy/Parser.h
M mlir/examples/toy/Ch2/include/toy/Parser.h
M mlir/examples/toy/Ch3/include/toy/Parser.h
M mlir/examples/toy/Ch4/include/toy/Parser.h
M mlir/examples/toy/Ch5/include/toy/Parser.h
M mlir/examples/toy/Ch6/include/toy/Parser.h
M mlir/examples/toy/Ch7/include/toy/Parser.h
Log Message:
-----------
Fix a typo in the error message for an incorrect prototype.
Summary: Cut & paste error had the error message mentionning "}" rather than ")".
Differential Revision: https://reviews.llvm.org/D77625
More information about the All-commits
mailing list