aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/header_lookup1.c
AgeCommit message (Expand)Author
2011-11-05Change this test to reflect the state we are moving in. The ClangChandler Carruth
2010-11-16This really seems like a boring set of fixes to our tests to make them moreChandler Carruth
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-08Don't use MS extensions in this test, we expect header include markers.Daniel Dunbar
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-09-26testcase for my previous patch.Chris Lattner