Skip to content
  • Steve Naroff's avatar
    · c6edcbdb
    Steve Naroff authored
    Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6.7.2.2p4).
    Fix Sema::MergeFunctionDecl to allow for function type compatibility (by using the predicate on ASTContext). Function types don't have to be identical to be compatible...
    
    llvm-svn: 45784
    c6edcbdb
Loading