Skip to content
  1. Jun 27, 2012
  2. Jun 26, 2012
  3. Jun 25, 2012
    • David Blaikie's avatar
      PR12937: Explicitly deleting an explicit template specialization. · 36805521
      David Blaikie authored
      This works around a quirk in the way that explicit template specializations are
      handled in Clang. We generate an implicit declaration from the original
      template which the explicit specialization is considered to redeclare. This
      trips up the explicit delete logic.
      
      This change only works around that strange representation. At some point it'd
      be nice to remove those extra declarations to make the AST more accurately
      reflect the C++ semantics.
      
      Review by Doug Gregor.
      
      llvm-svn: 159167
      36805521
Loading