[all-commits] [llvm/llvm-project] 438a27: Move code to determine the type of an LValueBase o...
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Nov 10 13:04:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 438a27f2e56a9753d4cc8477a1f1c306edc4c885
https://github.com/llvm/llvm-project/commit/438a27f2e56a9753d4cc8477a1f1c306edc4c885
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M clang/include/clang/AST/APValue.h
M clang/lib/AST/APValue.cpp
M clang/lib/AST/ExprConstant.cpp
Log Message:
-----------
Move code to determine the type of an LValueBase out of ExprConstant and
into a member function on LValueBase. NFC.
More information about the All-commits
mailing list