|
clang
3.8.0
|
#include "clang/AST/ASTContext.h"#include "clang/AST/Decl.h"#include "clang/Basic/FileManager.h"#include "clang/Basic/SourceManager.h"#include "clang/Lex/Lexer.h"#include "clang/Lex/Preprocessor.h"#include "clang/Rewrite/Core/HTMLRewrite.h"#include "clang/Rewrite/Core/Rewriter.h"#include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "clang/StaticAnalyzer/Core/IssueHash.h"#include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"#include "llvm/Support/Errc.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Path.h"#include "llvm/Support/raw_ostream.h"#include <sstream>Go to the source code of this file.
Functions | |
| static void | EmitAlphaCounter (raw_ostream &os, unsigned n) |
|
static |
Definition at line 560 of file HTMLDiagnostics.cpp.
1.8.6