llvm-project/lldb/test/alias_tests
Sean Callanan 775022652b Introduced support for UnknownAnyTy, the Clang type
representing variables whose type must be inferred
from the way they are used.  Functions without debug
information now return UnknownAnyTy and must be cast.

Variables with no debug information are not yet using
UnknownAnyTy; instead they are assumed to be void*.
Support for variables of unknown type is coming (and,
in fact, some relevant support functions are included
in this commit) but will take a bit of extra effort.

The testsuite has also been updated to reflect the new
requirement that the result of printf be cast, i.e.

expr (int) printf("Hello world!")

llvm-svn: 131263
2011-05-12 23:54:16 +00:00
..
Makefile Add test cases to test various aspect of the 'alias' command. 2010-12-15 19:04:51 +00:00
TestAliases.py Introduced support for UnknownAnyTy, the Clang type 2011-05-12 23:54:16 +00:00
main.cpp Add test cases to test various aspect of the 'alias' command. 2010-12-15 19:04:51 +00:00