Otherwise, patterns like in the test case produce cryptic error
messages about fields being resolved incompletely.
Change-Id: I713c0191f00fe140ad698675803ab1f8823dc5bd
Paths
| Differential D44476
TableGen: Explicitly forbid self-references to field members ClosedPublic Authored by nhaehnle on Mar 14 2018, 8:24 AM.
Details Summary Otherwise, patterns like in the test case produce cryptic error Change-Id: I713c0191f00fe140ad698675803ab1f8823dc5bd
Diff Detail
Event Timelinenhaehnle added a parent revision: D44475: TableGen: Check the dynamic type of !cast<Rec>(string).Mar 14 2018, 8:24 AM This revision is now accepted and ready to land.Mar 14 2018, 11:44 AM Closed by commit rL327850: TableGen: Explicitly forbid self-references to field members (authored by nha). · Explain WhyMar 19 2018, 7:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 138917 llvm/trunk/include/llvm/TableGen/Record.h
llvm/trunk/lib/TableGen/Record.cpp
llvm/trunk/lib/TableGen/TGParser.cpp
|