Skip to content
  • Douglas Gregor's avatar
    Finished semantic analysis of non-type template arguments, to check · ccb07762
    Douglas Gregor authored
    for non-external names whose address becomes the template
    argument. This completes C++ [temp.arg.nontype]p1.
    
    Note that our interpretation of C++ [temp.arg.nontype]p1b3 differs
    from EDG's interpretation (we're stricter, and GCC agrees with
    us). They're opening a core issue about the matter.
    
    llvm-svn: 64317
    ccb07762
Loading