[all-commits] [llvm/llvm-project] ae2cb4: [TableGen] Add true and false literals to represen...
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Thu Nov 5 06:08:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae2cb4f4273f2f2039e5c720d741f1e18e81943d
https://github.com/llvm/llvm-project/commit/ae2cb4f4273f2f2039e5c720d741f1e18e81943d
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M llvm/docs/TableGen/ProgRef.rst
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/TableGen/TGLexer.h
M llvm/lib/TableGen/TGParser.cpp
M llvm/test/TableGen/condsbit.td
M llvm/test/TableGen/foreach-range-parse-errors0.td
M llvm/test/TableGen/paste-reserved.td
A llvm/test/TableGen/true-false.td
Log Message:
-----------
[TableGen] Add true and false literals to represent booleans
Update the Programmer's Reference document.
Add a test. Update a couple of tests with an improved error message.
Differential Revision: https://reviews.llvm.org/D90635
More information about the All-commits
mailing list