https://bugs.llvm.org/show_bug.cgi?id=22116

Raphael Isemann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
           Assignee|[email protected]     |[email protected]

--- Comment #3 from Raphael Isemann <[email protected]> ---
It also won't find std::cout if there is an inline namespace used by your STL
implementation (which will be a real namespace in our internal clang setup,
e.g. std::__1::cout). So this is either fixes by correctly marking inline
namespaces as inline or loading the C++ module for the STL, whatever is
implemented first.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to