llvm-project/lldb/source/Plugins/Disassembler
Tatyana Krasnukha 04803b3ef2 Change AddressClass type from 'enum' to 'enum class'.
If we have a function with signature f(addr_t, AddressClass), it is easy to muddle up the order of arguments without any warnings from compiler. 'enum class' prevents passing integer in place of AddressClass and vice versa.

llvm-svn: 335599
2018-06-26 13:06:54 +00:00
..
llvm Change AddressClass type from 'enum' to 'enum class'. 2018-06-26 13:06:54 +00:00
CMakeLists.txt