Skip to content
  1. Apr 23, 2011
    • Francois Pichet's avatar
      Add -fdelayed-template-parsing option. Using this option all templated... · 1c229c04
      Francois Pichet authored
      Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup.
      
      Using this flag is necessary for compatibility with Microsoft template code.
      This also provides some parsing speed improvement.
      
      llvm-svn: 130022
      1c229c04
    • Fariborz Jahanian's avatar
      Fixes an instance method meta-data generation bug in · c057794a
      Fariborz Jahanian authored
      ObjC NeXt runtime where method pointer registered in
      metadata belongs to an unrelated method. Ast part of this fix,
      I turned at @end missing warning (for class
      implementations) into an error as we can never
      be sure that meta-data being generated is correct.
      // rdar://9072317
      
      llvm-svn: 130019
      c057794a
  2. Apr 22, 2011
  3. Apr 21, 2011
  4. Apr 20, 2011
  5. Apr 19, 2011
  6. Apr 18, 2011
  7. Apr 17, 2011
  8. Apr 16, 2011
  9. Apr 15, 2011
  10. Apr 14, 2011
Loading