[llvm-bugs] [Bug 24489] New: Name lookup in expressions not working on Windows
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 18 10:54:11 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24489
Bug ID: 24489
Summary: Name lookup in expressions not working on Windows
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: zturner at google.com
CC: llvm-bugs at lists.llvm.org
Blocks: 21766
Classification: Unclassified
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150818/0afb4684/attachment.html>
More information about the llvm-bugs
mailing list