#include "Annotations.h"
#include "Context.h"
#include "Diagnostics.h"
#include "Matchers.h"
#include "ParsedAST.h"
#include "Path.h"
#include "Preamble.h"
#include "TUScheduler.h"
#include "TestFS.h"
#include "Threading.h"
#include "clang/Basic/DiagnosticDriver.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/ScopeExit.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <algorithm>
#include <utility>
Go to the source code of this file.
◆ CDB
MockCompilationDatabase CDB |
|
protected |
◆ DiagsCallbackKey
Key<llvm::unique_function<void(PathRef File, std::vector<Diag>)> > DiagsCallbackKey |
|
staticprotected |
◆ Files
llvm::StringMap<std::string> Files |
|
protected |
◆ Timestamps
llvm::StringMap<time_t> Timestamps |
|
protected |