llvm-project/clang-tools-extra/clang-query
George Karpenkov d499725b8f [clang-query] Continue if compilation command not found for some files
When searching for a code pattern in an entire project with a
compilation database it's tempting to run

```
clang-query **.cpp
```

And yet, that often breaks because some files are just not in the
compilation database: tests, sample code, etc..
clang-query should not stop when encountering such cases.

Differential Revision: https://reviews.llvm.org/D51183

llvm-svn: 348328
2018-12-05 02:02:40 +00:00
..
tool [clang-query] Continue if compilation command not found for some files 2018-12-05 02:02:40 +00:00
CMakeLists.txt
Query.cpp [clang-query] Add non-exclusive output API 2018-10-29 18:59:56 +00:00
Query.h [clang-query] Add non-exclusive output API 2018-10-29 18:59:56 +00:00
QueryParser.cpp [clang-query] Add non-exclusive output API 2018-10-29 18:59:56 +00:00
QueryParser.h [clang-query] Add non-exclusive output API 2018-10-29 18:59:56 +00:00
QuerySession.h [clang-query] Refactor Output settings to booleans 2018-10-24 20:33:55 +00:00