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
*
[analyzer] Fix a couple of bugs in HTML report generation.
Artem Dergachev
2020-02-10
1
-1
/
+10
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-2
/
+3
*
[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
Artem Dergachev
2019-09-11
1
-1
/
+1
*
[analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...
Kristof Umann
2019-08-13
1
-10
/
+8
*
[analyzer] ConditionBRVisitor: Fix HTML PathDiagnosticPopUpPieces
Csaba Dabis
2019-08-09
1
-5
/
+4
*
[CrossTU] Added CTU argument to diagnostic consumer create fn.
Balazs Keri
2019-07-23
1
-8
/
+8
*
[analyzer] PathDiagnosticPopUpPiece: working with CharSourceRange
Csaba Dabis
2019-06-05
1
-3
/
+3
*
[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPiece
Csaba Dabis
2019-05-29
1
-14
/
+110
*
Use llvm::is_contained. NFC
Fangrui Song
2019-02-10
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-1
/
+1
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-5
/
+4
*
[analyzer] [NFC] Move methods for dumping the coverage in HTMLDiagnostics int...
George Karpenkov
2018-09-07
1
-5
/
+12
*
[analyzer] [NFC] Use StringRef when returning a large string literal in HTMLD...
George Karpenkov
2018-09-07
1
-5
/
+6
*
[analyzer] Executed lines: store file IDs, not hashes.
George Karpenkov
2018-09-07
1
-1
/
+1
*
[analyzer] Push updating-the-executed-lines logic into the BugReporter.
George Karpenkov
2018-09-07
1
-16
/
+1
*
[analyzer] Fix keyboard navigation for .msgNote events
George Karpenkov
2018-08-11
1
-1
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[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
[next]