1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02: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 [TableGen][CGS] Print better errors on overlapping InstRW 2020-07-27 09:41:10 -06:00
JSONBackend.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
LLVMBuild.txt
Main.cpp [TableGen] [NFC] Make argv0 const 2020-04-25 16:42:38 -04:00
Record.cpp Fix ubsan error in tblgen with signed left shift 2020-06-16 11:15:09 -07:00
SetTheory.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
StringMatcher.cpp
TableGenBackend.cpp Explicitly include <cassert> when using assert 2020-03-02 22:45:28 +01:00
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 [TableGen] Add TGParser::consume() 2020-04-25 21:58:54 -07:00