summaryrefslogtreecommitdiffstats
path: root/clang/test/Tooling/clang-check-args.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+8
at the command line. llvm-svn: 154989
OpenPOWER on IntegriCloud