Skip to content
  • Douglas Gregor's avatar
    When there are extra or missing template parameter lists in a template · 5f0e252f
    Douglas Gregor authored
    definition, we're likely going to end up breaking the invariants of
    the template system, e.g., that the depths of template parameter lists
    match up with the nesting template of the template. So, make sure we
    mark such ill-formed declarations as invalid or don't even build them
    at all.
    
    llvm-svn: 108372
    5f0e252f
Loading