Skip to content
  1. Feb 24, 2009
  2. Feb 23, 2009
  3. Feb 22, 2009
    • Nick Lewycky's avatar
      Add an option to the gold plugin to make it emit a file with the public api · 338d07e9
      Nick Lewycky authored
      list that can in turn be passed to -internalize pass through
      -internalize-public-api-file.
      
      Pass gold -plugin-opt=generate-api-file to produce "apifile.txt" in the current
      directory.
      
      llvm-svn: 65295
      338d07e9
    • Steve Naroff's avatar
      Minor cleanup, replace bool with qual_empty(). · d2c44d22
      Steve Naroff authored
      llvm-svn: 65293
      d2c44d22
    • Steve Naroff's avatar
      Contains the following (related to problems found while investigting... · c4173fa7
      Steve Naroff authored
      Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's).
      
      - Implement instance/class overloading in ObjCContainerDecl (removing a FIXME). This involved hacking NamedDecl::declarationReplaces(), which took awhile to figure out (didn't realize replace was the default).
      - Changed Sema::ActOnInstanceMessage() to remove redundant warnings when dealing with protocols. For now, I've omitted the "protocol" term in the diagnostic. It simplifies the code flow and wan't always 100% accurate (e.g. "Foo<Prot>" looks in the class interface, not just the protocol).
      - Changed several test cases to jive with the above changes.
      
      llvm-svn: 65292
      c4173fa7
Loading