summaryrefslogtreecommitdiffstats
path: root/clang/test/Tooling/multi-jobs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR19601: testcase improvementArnaud A. de Grandmaison2014-05-011-1/+2
| | | | | | | | The test can now catch all cases: - no removal of the 'no-integrated-as' flag - bogus removal of the flag, like when the remove_if was not followed by an erase llvm-svn: 207787
* Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it ↵Artyom Skrobov2013-12-181-0/+1
| | | | | | | | doesn't get broken again (prompted by NAKAMURA Takumi) llvm-svn: 197596
* clang-check to ignore -no-integrated-as because certain drivers can't handle itArtyom Skrobov2013-12-131-3/+0
| | | | llvm-svn: 197229
* clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has ↵NAKAMURA Takumi2013-11-181-0/+3
| | | | | | | | been failing since r194968. MSVC targeted drivers (*-win32) are incapable of invoking external assembler. llvm-svn: 194992
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* As of r180836, these tests should no longer be XFAILed on Windows.Aaron Ballman2013-05-011-3/+0
| | | | llvm-svn: 180853
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-101-1/+1
| | | | | | | | | | from a source file and changes clang-check to make use of this. This makes clang-check just work on in-tree builds, and allows easy setup via a symlink per source directory to make clang-check work without any extra configuration. llvm-svn: 159990
* clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are ↵NAKAMURA Takumi2012-05-231-1/+1
| | | | | | incompatible to -fms-compatibility. llvm-svn: 157352
* clang/test/Tooling: Remark as XFAIL again in 5 tests for msvc hosts.NAKAMURA Takumi2012-05-161-0/+3
| | | | | FIXME: JSON doesn't like path separator '\', on Win32 hosts. llvm-svn: 156957
* clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure.NAKAMURA Takumi2012-05-161-4/+0
| | | | | | FYI, they can pass on Cygwin w/o any tweaks. llvm-svn: 156930
* Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan2012-05-091-0/+8
a command line argument adjuster, which is responsible for command line arguments modification before the arguments are used to run a frontend action. Define class ClangSyntaxOnlyAdjuster implements ArgumentsAdjuster interface. This class converts input command line arguments to the "syntax check only" variant. Reviewed by Manuel Klimek. llvm-svn: 156478
OpenPOWER on IntegriCloud