[all-commits] [llvm/llvm-project] a9fc44: [TableGen] Improve handling of template arguments
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Fri Mar 19 06:59:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9fc44c5573208859c2550382755098d750fc47d
https://github.com/llvm/llvm-project/commit/a9fc44c5573208859c2550382755098d750fc47d
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M clang/utils/TableGen/MveEmitter.cpp
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 handling of template arguments
This requires changes to TableGen files and some C++ files due to
incompatible multiclass template arguments that slipped through
before the improved handling.
More information about the All-commits
mailing list