diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2014-05-23 16:47:42 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2014-05-23 16:47:42 +0000 |
commit | e8103abdbc6729e471988d0dbd13b5c46c0fb41b (patch) | |
tree | f30119f0a87d62345dfa2b161da454cb9f720e78 /clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | |
parent | 970d3189e68d815a0ed477dd87754707938ba756 (diff) | |
download | bcm5719-llvm-e8103abdbc6729e471988d0dbd13b5c46c0fb41b.tar.gz bcm5719-llvm-e8103abdbc6729e471988d0dbd13b5c46c0fb41b.zip |
revert "r209526 List the function/method name in the index page of scan-build "
Depends on http://reviews.llvm.org/D3762
llvm-svn: 209527
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp b/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp index a2997739fe7..07a793e6ef7 100644 --- a/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp +++ b/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp @@ -215,10 +215,6 @@ void HTMLDiagnostics::ReportDiag(const PathDiagnostic& D, os << "\n<!-- BUGFILE " << DirName << Entry->getName() << " -->\n"; - os << "\n<!-- FILENAME " << llvm::sys::path::filename(Entry->getName()) << " -->\n"; - - os << "\n<!-- FUNCTIONNAME " << declName << " -->\n"; - os << "\n<!-- BUGLINE " << path.back()->getLocation().asLocation().getExpansionLineNumber() << " -->\n"; |