aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2020-09-28 10:20:37 +0200
committerRaphael Isemann <teemperor@gmail.com>2020-09-28 10:37:03 +0200
commitcabee89bed69ce37c9e588f9190ed9c33f6bfdee (patch)
treed157a9df06d6c38a88d1093f35bd862ca9fd8388 /lldb/unittests/ScriptInterpreter/Python
parentea0f66e84856519e08b255fd1010d7f07ad0dabd (diff)
downloadllvm-cabee89bed69ce37c9e588f9190ed9c33f6bfdee.zip
llvm-cabee89bed69ce37c9e588f9190ed9c33f6bfdee.tar.gz
llvm-cabee89bed69ce37c9e588f9190ed9c33f6bfdee.tar.bz2
[lldb] Reference STL types in import-std-module tests
With the recent patches to the ASTImporter that improve template type importing (D87444), most of the import-std-module tests can now finally import the type of the STL container they are testing. This patch removes most of the casts that were added to simplify types to something the ASTImporter can import (for example, std::vector<int>::size_type was casted to `size_t` until now). Also adds the missing tests that require referencing the container type (for example simply printing the whole container) as here we couldn't use a casting workaround. The only casts that remain are in the forward_list tests that reference the iterator and the stack test. Both tests are still failing to import the respective container type correctly (or crash while trying to import).
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions