aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/c90.c
AgeCommit message (Expand)Author
2013-03-05Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.Jordan Rose
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-18this is really just a recommendation, not a requirement.Chris Lattner
2009-04-18enforce requirements imposed by C90 6.8 TC1, fixing PR3919.Chris Lattner