diff options
author | Sean Callanan <scallanan@apple.com> | 2011-08-02 22:21:50 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2011-08-02 22:21:50 +0000 |
commit | 763d72a1fd94b66bb6299baed6d1a18aeef825d8 (patch) | |
tree | e0c34c3435c318e7d3a51fa4c569422f8521cc70 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e8ae02dfb912b1450038edcd6719a948001f148f (diff) | |
download | bcm5719-llvm-763d72a1fd94b66bb6299baed6d1a18aeef825d8.tar.gz bcm5719-llvm-763d72a1fd94b66bb6299baed6d1a18aeef825d8.zip |
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions