diff options
author | Andy Yankovsky <weratt@gmail.com> | 2020-11-03 10:32:42 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-11-03 10:53:44 -0800 |
commit | f35a82384d9ebeff3bb5ffd7a5ebe30436c1b401 (patch) | |
tree | e7622fed561badf9ab3cae9cb713951195ad9a23 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 107c3a12d627f12a23f138a00d6aabe9de7402f7 (diff) | |
download | llvm-f35a82384d9ebeff3bb5ffd7a5ebe30436c1b401.zip llvm-f35a82384d9ebeff3bb5ffd7a5ebe30436c1b401.tar.gz llvm-f35a82384d9ebeff3bb5ffd7a5ebe30436c1b401.tar.bz2 |
Return actual type from SBType::GetArrayElementType
SBType::GetArrayElementType should return the actual type, not the
canonical type (e.g. int32_t, not the underlying int).
Added a test case to validate the new behavior. I also ran all other
tests on Linux (ninja check-lldb), they all pass.
Differential revision: https://reviews.llvm.org/D90318
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions