[PATCH] D99275: Add the TableGen assert statement, step 2
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 24 09:11:58 PDT 2021
Paul-C-Anagnostopoulos created this revision.
Paul-C-Anagnostopoulos added reviewers: lattner, madhur13490, dblaikie, jansvoboda11, craig.topper.
Herald added a subscriber: hiraditya.
Paul-C-Anagnostopoulos requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This second step to adding the assert statement supports it in class definitions.
I improved the description in the TableGen Programmer's Reference and enhanced the test.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99275
Files:
llvm/docs/TableGen/ProgRef.rst
llvm/include/llvm/TableGen/Error.h
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Error.cpp
llvm/lib/TableGen/Record.cpp
llvm/lib/TableGen/TGParser.cpp
llvm/lib/TableGen/TGParser.h
llvm/test/TableGen/assert.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99275.333017.patch
Type: text/x-patch
Size: 10331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210324/1427a0ec/attachment.bin>
More information about the llvm-commits
mailing list