History log of /external/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
96641d89f901d4f7a1b601d56facf4149ba0b381 10-May-2013 Matt Kopec <Matt.Kopec@intel.com> Add temporary fix for calling c++ global/anonymous functions on Linux.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@181613 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
143d54397640c03366b1debbebcfc0afe91b0aab 26-Apr-2013 Matt Kopec <Matt.Kopec@intel.com> Mark tests as expected fail for Linux due to not being able to call/print c++ demangled functions in the global namespace (bugzilla 15854).


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180623 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
79e7ad84e2b31baf22e05ab24aaa11b5e0f566a5 24-Apr-2013 Sean Callanan <scallanan@apple.com> Fixed a problem where the expression parser would
not find multiple functions with the same name but
different types. Now we keep track of what types
we've already reported for a function and only elide
functions if we've already reported a conflicting
one.

Also added a test case.

<rdar://problem/11367837>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180167 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py