Move code to determine the type of an LValueBase out of ExprConstant and
authorRichard Smith <richard@metafoo.co.uk>
Tue, 10 Nov 2020 20:51:00 +0000 (12:51 -0800)
committerRichard Smith <richard@metafoo.co.uk>
Tue, 10 Nov 2020 21:03:57 +0000 (13:03 -0800)
commit438a27f2e56a9753d4cc8477a1f1c306edc4c885
tree17257b0077def0ebd02c1d5b9a264862e22d8047
parentdc14542a71f8f46f592a42bee6a85f563b501890
Move code to determine the type of an LValueBase out of ExprConstant and
into a member function on LValueBase. NFC.
clang/include/clang/AST/APValue.h
clang/lib/AST/APValue.cpp
clang/lib/AST/ExprConstant.cpp