Anastasia added a comment. This change seems to modify normal C behavior again. Is there any strong motivation for doing this and if yes could it be done generically with C?
================ Comment at: lib/Sema/SemaChecking.cpp:2479 + // integer values. + if (FDecl->hasAttr<OverloadableAttr>()) { + for (const auto* Arg : Args) { ---------------- How does it check that this is a built-in function? https://reviews.llvm.org/D27334 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits