1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/TableGen
Paul C. Anagnostopoulos 0f17e8fd6b Replace TableGen range piece punctuator with '...'
The TableGen range piece punctuator is currently '-' (e.g., {0-9}),
which interacts oddly with the fact that an integer literal's sign
is part of the literal. This patch replaces the '-' with the new
punctuator '...'. The '-' punctuator is deprecated.

Differential Revision: https://reviews.llvm.org/D85585

Change-Id: I3d53d14e23f878b142d8f84590dd465a0fb6c09c
2020-08-21 23:33:57 +02:00
..
CMakeLists.txt
Error.cpp
JSONBackend.cpp
LLVMBuild.txt
Main.cpp
Record.cpp
SetTheory.cpp
StringMatcher.cpp
TableGenBackend.cpp
TGLexer.cpp Replace TableGen range piece punctuator with '...' 2020-08-21 23:33:57 +02:00
TGLexer.h Replace TableGen range piece punctuator with '...' 2020-08-21 23:33:57 +02:00
TGParser.cpp Replace TableGen range piece punctuator with '...' 2020-08-21 23:33:57 +02:00
TGParser.h