[PATCH] D47429: TableGen: add some more helpful error messages
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 29 02:48:36 PDT 2018
simon_tatham added inline comments.
================
Comment at: lib/TableGen/TGParser.cpp:2315
+ if (TheRecToAddTo->isTemplateArg(TemplArg))
+ return Error(Loc, "template argument with the same same has already been "
+ "defined");
----------------
Typo – surely "the same name", not "the same same" :-)
Repository:
rL LLVM
https://reviews.llvm.org/D47429
More information about the llvm-commits
mailing list