Go to file
Sean Callanan 0772ae1b53 Fixed the MCJIT so that it can emit not only instance
methods but also class methods for Objective-C.

Clang emits Objective-C method names with '\1' at the
beginning, and the JIT has pre-existing logic to try
prepending a '\1' when searching a module for an
instance method (that is, a method whose name begins
with '-').  I simply extended it to do the same thing
when it encountered a class method (a method whose
name begins with '+').

llvm-svn: 144451
2011-11-12 02:31:32 +00:00
clang [libclang] Further simplify the indexing API. 2011-11-12 02:16:30 +00:00
compiler-rt platform/clang_darwin: Improve the "can we build for this arch test" by checking 2011-11-10 19:32:03 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Remove support folder from Apple install 2011-11-04 15:59:51 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Make the test case more robust by using line number to break, instead. 2011-11-12 02:30:23 +00:00
llvm Fixed the MCJIT so that it can emit not only instance 2011-11-12 02:31:32 +00:00
polly www: Remove link to LLVM for upper left corner. This confused a lot of people 2011-11-10 14:01:53 +00:00