Open
Description
Bugzilla Link | 24489 |
Version | unspecified |
OS | Windows NT |
Blocks | #22140 |
Reporter | LLVM Bugzilla Contributor |
CC | @emaste,@stella.stamenova |
Extended Description
Name lookup for types and symbols is not working properly. This is currently causing (at a minimum) the following tests to fail.
TestChar1632T.py
TestRdar12991846.py
TestConstVariables.py
TestCallCPPFunction.py
TestCallStopAndContinue.py
TestCallUserDefinedFunction.py
TestCModules.py
TestCPPThis.py
TestExprs2.py
TestOverloadedFunctions.py
TestRvalueReferences.py
Errors can occur either when a value is cast to a specific type (as in the case of TestChar1632T.py), when a function is called (as in the case of TestCallCPPFunction.py), or in other scenarios as well.
It's possible that there are multiple underlying causes for the above failures. If so, please create a separate bug for tracking the sub-issues.