Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir path | Jan Korous | 2019-09-11 | 1 | -2/+2 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D67379 llvm-svn: 371578 | ||||
* | [clang-scan-deps] use `-Wno-error` when scanning for dependencies | Alex Lorenz | 2019-07-03 | 1 | -0/+16 |
Warnings can be promoted to errors. But that shouldn't prevent us from getting the dependencies! Differential Revision: https://reviews.llvm.org/D64149 llvm-svn: 365065 |