Skip to content
  1. Feb 26, 2009
    • Steve Naroff's avatar
      Fix http://llvm.org/bugs/show_bug.cgi?id=3544. · b162f170
      Steve Naroff authored
      The code for looking up local/private method in Sema::ActOnInstanceMessage() was not handling categories properly. Sema::ActOnClassMessage() didn't have this bug.
      Created a helper with the correct logic and changed both methods to use it.
      
      llvm-svn: 65532
      b162f170
Loading