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
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-4
/
+2
*
[analyzer] Fix filename in cross-file HTML report
Malcolm Parsons
2018-05-02
1
-1
/
+3
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-02-26
1
-51
/
+39
*
[analyzer] Mark lines as relevant even if they weren't executed but have a la...
George Karpenkov
2018-01-23
1
-92
/
+113
*
[analyzer] Show full analyzer invocation for reproducibility in HTML reports
George Karpenkov
2018-01-23
1
-1
/
+6
*
[analyzer] Better UI in html reports for displaying shortcuts help
George Karpenkov
2018-01-17
1
-3
/
+44
*
[analyzer] support a mode to only show relevant lines in HTML diagnostics
George Karpenkov
2018-01-17
1
-0
/
+99
*
[analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation.
George Karpenkov
2017-12-21
1
-2
/
+93
*
[Analyzer] Add support for displaying cross-file diagnostic paths in HTML output
Devin Coughlin
2017-08-03
1
-105
/
+209
*
Migrate PathDiagnosticPiece to std::shared_ptr
David Blaikie
2017-01-05
1
-4
/
+5
*
[analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)
Artem Dergachev
2016-10-07
1
-24
/
+64
*
Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev
2016-10-07
1
-64
/
+24
*
[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev
2016-10-07
1
-24
/
+64
*
Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.
Vitaly Buka
2016-10-04
1
-64
/
+24
*
[analyzer] Extend bug reports with extra notes
Artem Dergachev
2016-10-03
1
-24
/
+64
*
Reduce the number of implicit StringRef->std::string conversions by threading...
Benjamin Kramer
2016-02-13
1
-3
/
+3
*
[StaticAnalyzer] Use front() and back() instead of dereferencing begin() and ...
Craig Topper
2015-12-24
1
-5
/
+5
*
[analyzer] Fix IssueHash generation.
Gabor Horvath
2015-12-01
1
-2
/
+2
*
[analyzer] Bug identification
Gabor Horvath
2015-10-22
1
-1
/
+13
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
createUniqueFile() is documented to create the file in the temporary director...
Cameron Esfahani
2015-10-01
1
-1
/
+6
*
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
[next]