aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/gnu89.c
AgeCommit message (Expand)Author
2013-01-17Implement a fixit for -Wmain-return-typeDmitri Gribenko
2012-02-14Warn about non-int main() results in GNU C mode instead of erroring.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-27restrict is not a keyword in gnu89 mode. Change TokenKinds.def to Eli Friedman