alexshap added inline comments.
================ Comment at: test/Sema/format-strings-fixit-ssize_t.c:4 +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -std=c99 -fsyntax-only -pedantic -Wall -Werror %t +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -std=c99 -E -o - %t | FileCheck %s ---------------- c99 is necessary for "zd" ================ Comment at: test/Sema/format-strings-scanf.c:1 -// RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral %s +// RUN: %clang_cc1 -std=c11 -fsyntax-only -verify -Wformat-nonliteral %s ---------------- c11 is necessary for _Generic below. I have not found a more reliable way to define ssize_t which doesn't require a large number of #ifdef ... Repository: rL LLVM https://reviews.llvm.org/D35652 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits