[all-commits] [llvm/llvm-project] d248cc: [TableGen] Improve algorithms for processing templ...
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Thu Feb 18 06:16:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d248cce44e290b70a84495885559f41701422d2a
https://github.com/llvm/llvm-project/commit/d248cce44e290b70a84495885559f41701422d2a
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M llvm/docs/TableGen/ProgRef.rst
M llvm/include/llvm/TableGen/Record.h
M llvm/lib/TableGen/Record.cpp
M llvm/lib/TableGen/TGParser.cpp
M llvm/lib/TableGen/TGParser.h
M llvm/test/TableGen/self-reference-typeerror.td
A llvm/test/TableGen/template-args.td
Log Message:
-----------
[TableGen] Improve algorithms for processing template arguments
Rework template argument checking so that all arguments are type-checked
and cast if necessary.
Add a test.
Differential Revision: https://reviews.llvm.org/D96416
More information about the All-commits
mailing list