summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/has_include.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out repeated code parsing and concatenating header-names fromRichard Smith2019-03-191-1/+1
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-6/+6
* [lex] Don't create a garbage token if parsing of __has_include fails.Benjamin Kramer2015-03-291-0/+12
* PR15539: Record "evaluating if/elif condition" flag in the right placeDavid Blaikie2013-03-181-0/+9
* Add a test to make sure __has_include works from inside a macro.Argyrios Kyrtzidis2013-02-271-0/+6
* No longer crashing with an assert when __has_include or __has_include_next is...Aaron Ballman2013-01-161-1/+23
* Make __has_include a bit more resilient in the presence of macros. <rdar://p...Eli Friedman2013-01-091-0/+27
* Fix for PR13334. This prevents crashes that result from badly formedRichard Trieu2012-10-221-9/+23
* Start testing some commented-out cases of badly-formed __has_include.Jordan Rose2012-07-111-11/+37
* This really seems like a boring set of fixes to our tests to make them moreChandler Carruth2010-11-161-16/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Added __has_include and __has_include_next.John Thompson2009-11-021-0/+83
OpenPOWER on IntegriCloud