|
clang
5.0.0
|
#include "clang/Basic/Diagnostic.h"#include "clang/Lex/Preprocessor.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/PointerIntPair.h"#include "llvm/ADT/STLExtras.h"#include <climits>#include <memory>Go to the source code of this file.
Classes | |
| class | clang::VerifyDiagnosticConsumer |
| VerifyDiagnosticConsumer - Create a diagnostic client which will use markers in the input source to check that all the emitted diagnostics match those expected. More... | |
| class | clang::VerifyDiagnosticConsumer::Directive |
| Directive - Abstract class representing a parsed verify directive. More... | |
| struct | clang::VerifyDiagnosticConsumer::ExpectedData |
| ExpectedData - owns directive objects and deletes on destructor. More... | |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
1.8.6