Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the expectation for test/Tooling/ms-asm-no-target.cpp since | Adrian Prantl | 2015-07-08 | 1 | -6/+6 |
| | | | | | | | clang-check now initializes the available targets to support clang module containers. llvm-svn: 241656 | ||||
* | Improve the missing ASM parser test for MS-style assembly | Alp Toker | 2013-11-08 | 1 | -0/+13 |
It's better to test clang-check rather than the internal c-index-test utility. Also adds a target so we can remove the XFAILs. Thanks to Richard Barton for spotting the test failure on ARM. Test originally from r193685. llvm-svn: 194249 |