clang
7.0.0
|
#include "clang/AST/Decl.h"
#include "clang/AST/DeclBase.h"
#include "clang/AST/Stmt.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Lex/Token.h"
#include "clang/Rewrite/Core/HTMLRewrite.h"
#include "clang/Rewrite/Core/Rewriter.h"
#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
#include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
#include "clang/StaticAnalyzer/Core/IssueHash.h"
#include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <map>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <system_error>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
static void | serializeExecutedLines (const PathDiagnostic &D, const PathPieces &path, llvm::raw_string_ostream &os) |
Write executed lines from D in JSON format into os . More... | |
static std::string | showRelevantLinesJavascript (const PathDiagnostic &D, const PathPieces &path) |
static void | EmitAlphaCounter (raw_ostream &os, unsigned n) |
|
static |
Definition at line 875 of file HTMLDiagnostics.cpp.
References clang::html::EscapeText(), clang::SourceRange::getBegin(), clang::SourceRange::getEnd(), clang::SourceManager::getExpansionColumnNumber(), clang::SourceManager::getExpansionLineNumber(), clang::SourceManager::getExpansionLoc(), clang::SourceManager::getFileID(), clang::Rewriter::getLangOpts(), clang::Rewriter::getSourceMgr(), clang::html::HighlightRange(), clang::Lexer::MeasureTokenLength(), SM, and clang::ento::PathDiagnosticMacroPiece::subPieces.
|
static |
Write executed lines from D
in JSON format into os
.
Definition at line 336 of file HTMLDiagnostics.cpp.
Referenced by showRelevantLinesJavascript().
|
static |
Definition at line 378 of file HTMLDiagnostics.cpp.
References clang::html::EscapeText(), clang::SourceManager::getLocForStartOfFile(), clang::FileEntry::getName(), clang::ento::PathDiagnostic::getVerboseDescription(), clang::Rewriter::InsertTextBefore(), P, and serializeExecutedLines().