mirror of
https://github.com/MaskRay/ccls.git
synced 2025-03-30 13:32:13 +00:00
Re-enable anonymous namespace in command_line.cc
This commit is contained in:
parent
4245bac1db
commit
28ddc9f346
@ -48,7 +48,7 @@
|
|||||||
// TODO: implement ThreadPool type which monitors CPU usage / number of work items
|
// TODO: implement ThreadPool type which monitors CPU usage / number of work items
|
||||||
// per second completed and scales up/down number of running threads.
|
// per second completed and scales up/down number of running threads.
|
||||||
|
|
||||||
//namespace {
|
namespace {
|
||||||
|
|
||||||
std::vector<std::string> kEmptyArgs;
|
std::vector<std::string> kEmptyArgs;
|
||||||
|
|
||||||
@ -822,7 +822,7 @@ struct IndexManager {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
//} // namespace
|
} // namespace
|
||||||
|
|
||||||
enum class FileParseQuery {
|
enum class FileParseQuery {
|
||||||
NeedsParse,
|
NeedsParse,
|
||||||
|
Loading…
Reference in New Issue
Block a user