clang 18.0.0git
|
#include "clang/Basic/LLVM.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "clang/Tooling/FileMatchTrie.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/YAMLParser.h"
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::tooling::JSONCompilationDatabase |
Namespaces | |
namespace | clang |
namespace | clang::tooling |
Enumerations | |
enum class | clang::tooling::JSONCommandLineSyntax { clang::tooling::Windows , clang::tooling::Gnu , clang::tooling::AutoDetect } |
A JSON based compilation database. More... | |