1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/TableGen
Matthias Braun 5426840a10 Use print() instead of dump() in code
The dump() functions are meant to be used in a debugger, code should
typically use something like print(errs());

llvm-svn: 293365
2017-01-28 02:47:46 +00:00
..
CMakeLists.txt
Error.cpp
LLVMBuild.txt
Main.cpp [TableGen] Centralize/Unify error handling. 2016-12-05 22:58:01 +00:00
Record.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
SetTheory.cpp
StringMatcher.cpp [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
TableGenBackend.cpp
TGLexer.cpp
TGLexer.h
TGParser.cpp Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
TGParser.h TableGen: Some more std::string->StringInit* replacements 2016-12-05 07:35:13 +00:00