summaryrefslogtreecommitdiff
path: root/test/Preprocessor/has_include.c
AgeCommit message (Expand)Author
2015-03-29[lex] Don't create a garbage token if parsing of __has_include fails.Benjamin Kramer
2013-03-18PR15539: Record "evaluating if/elif condition" flag in the right placeDavid Blaikie
2013-02-27Add a test to make sure __has_include works from inside a macro.Argyrios Kyrtzidis
2013-01-16No longer crashing with an assert when __has_include or __has_include_next is...Aaron Ballman
2013-01-09Make __has_include a bit more resilient in the presence of macros. <rdar://p...Eli Friedman
2012-10-22Fix for PR13334. This prevents crashes that result from badly formedRichard Trieu
2012-07-11Start testing some commented-out cases of badly-formed __has_include.Jordan Rose
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_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-02Added __has_include and __has_include_next.John Thompson