Skip to content
  • Douglas Gregor's avatar
    Make parsing a semantic analysis a little more robust following Sema · fe3d7d08
    Douglas Gregor authored
    failures that involve malformed types, e.g., "typename X::foo" where
    "foo" isn't a type, or "std::vector<void>" that doens't instantiate
    properly.
    
    Similarly, be a bit smarter in our handling of ambiguities that occur
    in Sema::getTypeName, to eliminate duplicate error messages about
    ambiguous name lookup.
    
    This eliminates two XFAILs in test/SemaCXX, one of which was crying
    out to us, trying to tell us that we were producing repeated error
    messages.
    
    llvm-svn: 68251
    fe3d7d08
Loading