|
clang
5.0.0
|
#include "clang/Basic/LLVM.h"#include "clang/Tooling/CompilationDatabase.h"#include "clang/Tooling/FileMatchTrie.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 <vector>Go to the source code of this file.
Classes | |
| class | clang::tooling::JSONCompilationDatabase |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::tooling | |
Enumerations | |
| enum | clang::tooling::JSONCommandLineSyntax { clang::tooling::JSONCommandLineSyntax::Windows, clang::tooling::JSONCommandLineSyntax::Gnu, clang::tooling::JSONCommandLineSyntax::AutoDetect } |
| A JSON based compilation database. More... | |
1.8.6