summaryrefslogtreecommitdiffstats
path: root/clang/test/Tooling/auto-detect-from-source.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Tooling] JSONCompilationDatabasePlugin infers compile commands for missing ↵Sam McCall2018-09-141-3/+7
| | | | | | | | | | | | | | | | files Summary: See the existing InterpolatingCompilationDatabase for details on how this works. We've been using this in clangd for a while, the heuristics seem to work well. Reviewers: bkramer Subscribers: ilya-biryukov, ioeric, kadircet, cfe-commits Differential Revision: https://reviews.llvm.org/D51729 llvm-svn: 342228
* clang/test/Tooling: [PR15590] Avoid backslashes in JSON. Should work on win32.NAKAMURA Takumi2014-11-041-5/+1
| | | | llvm-svn: 221266
* 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
* Added PR number for failing win64 tests.Fariborz Jahanian2013-03-251-0/+1
| | | | llvm-svn: 177886
* These tests fail on our Window64 machine.Fariborz Jahanian2013-03-221-0/+1
| | | | | | | Feel free to revert them (or let me know and I will revert) if they shouldn't be. llvm-svn: 177743
* Fixes the MSVC build.Manuel Klimek2012-07-101-0/+2
| | | | llvm-svn: 159992
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-101-0/+8
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
OpenPOWER on IntegriCloud