Go to file
Sean Callanan 763d72a1fd Fixed a bug in which the DWARF reader did not distinguish
appropriately between C++ static methods and non-static
methods.  This bug made it impossible to call most static
methods, either because Clang did not recognize that a
method could be called without providing a "this"
parameter, or because Clang did not properly mangle the
name of the method when searching for it in the target.

Also added a testcase.

llvm-svn: 136733
2011-08-02 22:21:50 +00:00
clang Update for LLVM change in PassManagerBuilder. 2011-08-02 21:51:02 +00:00
compiler-rt Don't redeclare sr. 2011-07-28 23:15:41 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABI 2011-07-31 17:16:32 +00:00
libcxxabi make cxxabi.h safe for C code to include 2011-08-02 05:15:26 +00:00
lldb Fixed a bug in which the DWARF reader did not distinguish 2011-08-02 22:21:50 +00:00
llvm Teach InstCombine that lifetime intrincs aren't a real user on the result of a 2011-08-02 22:08:01 +00:00
polly Add a vect target to the polly testsuite 2011-08-02 07:22:05 +00:00