[lldb][NFC] Rename TypeSystemClangForExpressions to ScratchTypeSystemClang
authorRaphael Isemann <teemperor@gmail.com>
Fri, 4 Dec 2020 08:17:51 +0000 (09:17 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 4 Dec 2020 08:41:42 +0000 (09:41 +0100)
commit973f3907a471eee85c35f7d283fe2de91ce953e2
treee015a8bb7338c566f9f9a2d9dcaf48da8386fac6
parent5b9fc44d8128717ef2f219b061c018abb85c717f
[lldb][NFC] Rename TypeSystemClangForExpressions to ScratchTypeSystemClang

We keep referring to the single object created by this class as
'scratch AST/Context/TypeSystem' so at this point we might as well rename the
class. It's also not involved at all in expression evaluation, so the
'ForExpressions' prefix is a bit misleading.
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h