index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Core
/
HTMLDiagnostics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-1
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-3
/
+3
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
One of our buildbot for FreeBSD does not support std::to_string.
Sylvestre Ledru
2014-06-14
1
-6
/
+8
*
List the function/method name in the index page of scan-build
Sylvestre Ledru
2014-06-14
1
-0
/
+4
*
With the option '-analyzer-config stable-report-filename=true',
Sylvestre Ledru
2014-06-14
1
-16
/
+69
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
revert "r209526 List the function/method name in the index page of scan-build "
Sylvestre Ledru
2014-05-23
1
-4
/
+0
*
List the function/method name in the index page of scan-build
Sylvestre Ledru
2014-05-23
1
-0
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-3
/
+3
*
Use simpler version of llvm::sys::fs::create_directories.
Rafael Espindola
2014-02-13
1
-3
/
+1
*
[analyzer] Include bug column numbers in HTML output (in a comment).
Jordan Rose
2013-11-15
1
-0
/
+4
*
Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
2013-07-05
1
-3
/
+2
*
Fix PR16547.
Rafael Espindola
2013-07-05
1
-2
/
+3
*
Port HTMLDiagnostics to PathV2. No intended functionality change.
Benjamin Kramer
2013-06-12
1
-34
/
+22
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...
Ted Kremenek
2013-04-29
1
-9
/
+9
*
[analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...
Ted Kremenek
2013-04-29
1
-9
/
+9
*
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...
Ted Kremenek
2012-12-19
1
-1
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-2
/
+2
*
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-31
1
-4
/
+4
*
Rework how PathDiagnosticConsumers pass knowledge of what files they
Ted Kremenek
2012-08-24
1
-2
/
+1
*
Remove #if 0 that has been around for a long time.
Ted Kremenek
2012-08-16
1
-20
/
+0
*
Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<Source...
Ted Kremenek
2012-08-16
1
-2
/
+4
*
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-16
1
-11
/
+13
*
[analyzer] Flatten path diagnostics for text output like we do for HTML.
Jordan Rose
2012-08-03
1
-33
/
+1
*
[analyzer] Also emit Prev/Next links for macros in HTML output. Oops.
Jordan Rose
2012-08-02
1
-2
/
+15
*
[analyzer] Add Prev/Next links to the HTML output.
Jordan Rose
2012-08-02
1
-2
/
+24
*
The Lexer constructor expects a source location at the start of the
Argyrios Kyrtzidis
2012-05-11
1
-3
/
+4
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-2
/
+2
*
[analyzer diagnostics] Change CompactPathDiagnostic to recursively compact di...
Ted Kremenek
2012-03-02
1
-7
/
+16
*
[analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...
Ted Kremenek
2012-02-28
1
-28
/
+7
*
Reapply r151317, but when computing the PathDiagnostic profile and size keep ...
Ted Kremenek
2012-02-24
1
-11
/
+39
*
Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots.
Chad Rosier
2012-02-24
1
-39
/
+11
*
Rework PathDiagnostic creation so that call stacks are captured by a nested P...
Ted Kremenek
2012-02-24
1
-11
/
+39
*
Change PathDiagnosticPieces to be reference counted (simplifying their manage...
Ted Kremenek
2012-02-08
1
-18
/
+16
*
Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in...
Ted Kremenek
2012-02-07
1
-0
/
+2
*
Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...
Ted Kremenek
2012-01-25
1
-27
/
+8
*
Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397)
David Blaikie
2011-09-27
1
-1
/
+1
*
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-26
1
-3
/
+3
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-2
/
+2
*
[analyzer] Rename current PathDiagnosticClient::HandlePathDiagnostic() to Han...
Ted Kremenek
2011-08-27
1
-2
/
+2
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-3
/
+3
*
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-25
1
-4
/
+4
*
Rename getInstantiationColumnNumber to getExpansionColumnNumber in both
Chandler Carruth
2011-07-25
1
-2
/
+2
*
Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc.
Chandler Carruth
2011-07-25
1
-1
/
+1
*
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-25
1
-7
/
+7
[next]