[Lldb-commits] [PATCH] D70070: [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variable

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 11 02:26:07 PST 2019


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Swift aside, I think it's also good that the generic Expression class does not need to know about the various kinds of expressions that the Clang Expression parser plugin wants to invent.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70070/new/

https://reviews.llvm.org/D70070





More information about the lldb-commits mailing list