aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/import_self.c
AgeCommit message (Expand)Author
2012-10-01[clang-tests] Changed relative paths to absolute paths in run command for ann...Michael Gottesman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-11-15fix a bug Steve noticed, where a #import of the main file itself would fail.Chris Lattner