mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 18:00:26 +00:00
e26f1caaba
- Add EXTRA_FLAGS: which lets a test specify additional command line flags to pass to clang. - Show diagnostics in the terminal after indexing the file. - Allow the user to pass a test filter/file on the command line (ie, cquery --test-index foo.cc)
6 lines
85 B
C++
6 lines
85 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void RunIndexTests(const std::string& filter_path);
|