Reimplement the TranslationContext class using Remill
surovic opened this issue · 4 comments
surovic commented
Title is pretty self-explanatory. Relevant code is in fcd/codegen/translation_context.cpp
. This will also include changes to the users of TranslationContext. Code will be formatted using Remill's clang-format.
pgoodman commented
Note: I am not certain if Remill's clang-format file is correct. I generally use Eclipse's Google C++ XML file when I need to auto-format third-party code.
surovic commented
I could try using clang-format's default google preset. Do you think that would be a better idea? I assume it's the same style as the eclipse xml.
pgoodman commented
Probably a good idea.