summaryrefslogtreecommitdiffstats
path: root/test/cc-msvc.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Add cases covering --castxml-cc-<id> target triple detectionBrad King2015-05-281-1/+8
| | | | | Add test cases for the changes in commit 3c777ef360 (Detect: Improve target triple selection, 2015-04-16).
* Detect: Drop detected predefined macros starting in '__has'Brad King2015-02-041-0/+4
| | | | | These macros are builtin to Clang so we should not try to use any such definitions detected from the compiler.
* test: Add cases for --castxml-cc-(gnu|msvc) detectionBrad King2014-04-161-0/+10
Create dummy gnu-like and msvc-like compiler binaries. Use them with the --castxml-cc-<id> options to verify that the preprocessor definitions and include directories are detected as expected.