[PATCH] D47429: TableGen: add some more helpful error messages

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 08:55:03 PDT 2018


nhaehnle 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");
----------------
simon_tatham wrote:
> Typo – surely "the same name", not "the same same" :-)
Clearly :) Thanks!


Repository:
  rL LLVM

https://reviews.llvm.org/D47429





More information about the llvm-commits mailing list