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
/
PathDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
Artem Dergachev
2019-09-11
1
-1215
/
+0
*
[analyzer] NFC: Move resetDiagnosticLocationToMainFile() to BugReporter.
Artem Dergachev
2019-09-11
1
-64
/
+0
*
[analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.
Artem Dergachev
2019-09-11
1
-119
/
+7
*
[analyzer] NFC: Re-implement stack hints as a side map in BugReport.
Artem Dergachev
2019-09-11
1
-65
/
+0
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-2
/
+3
*
Removed some dead code in BugReporter and related files
Dmitri Gribenko
2019-08-21
1
-11
/
+0
*
[analyzer] ReturnValueChecker: Model the guaranteed boolean return value of f...
Csaba Dabis
2019-07-04
1
-0
/
+3
*
[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPiece
Csaba Dabis
2019-05-29
1
-3
/
+18
*
[Analyzer] Replace `CXXSelfAssignmentBRVisitor` with `NoteTags`
Adam Balogh
2019-05-28
1
-0
/
+9
*
[analyzer] Add a prunable note for skipping vbase inits in subclasses.
Artem Dergachev
2019-05-24
1
-1
/
+9
*
[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.
Artem Dergachev
2019-05-24
1
-1
/
+1
*
[analyzer] Fix an assertation failure for invalid sourcelocation, add a new d...
Kristof Umann
2019-03-14
1
-1
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Fix failing MSan bots"
George Karpenkov
2019-01-18
1
-0
/
+6
*
Fix failing MSan bots
Vlad Tsyrklevich
2019-01-18
1
-6
/
+0
*
[analyzer] Extend the PathDiagnosticLocation constructor to handle CallExitEnd
George Karpenkov
2019-01-18
1
-0
/
+6
*
[analyzer] pr38838, pr39976: Fix crash on diagnosing before implicit destructor.
Artem Dergachev
2019-01-10
1
-0
/
+2
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-1
/
+1
*
[analyzer] Associate diagnostics created in checkEndFunction with a return st...
George Karpenkov
2018-09-21
1
-7
/
+13
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-3
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-9
/
+9
*
[analyzer][ctu] fix unsortable diagnostics
Rafael Stahl
2018-07-04
1
-3
/
+7
*
[analyzer] [NFC] Move ::dump methods from BugReporter.cpp to PathDiagnostics.cpp
George Karpenkov
2018-06-12
1
-0
/
+81
*
[analyzer] Added template argument lists to the Pathdiagnostic output
Kristof Umann
2018-05-25
1
-2
/
+50
*
[analyzer] Enable analysis of WebKit "unified sources".
Artem Dergachev
2018-04-25
1
-3
/
+4
*
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
Artem Dergachev
2018-03-12
1
-0
/
+1
*
[analyzer] Add scope information to CFG
Maxim Ostapenko
2018-03-12
1
-0
/
+3
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-08
1
-91
/
+90
*
Resubmit [analyzer] Support for naive cross translation unit analysis
Ilya Biryukov
2018-03-01
1
-2
/
+17
*
Revert "[analyzer] Support for naive cross translation unit analysis"
Ilya Biryukov
2018-03-01
1
-17
/
+2
*
[analyzer] Support for naive cross translation unit analysis
Gabor Horvath
2018-02-28
1
-2
/
+17
*
[analyzer] Implement path notes for temporary destructors.
Artem Dergachev
2018-02-15
1
-2
/
+8
*
[CFG] Add extra context to C++ constructor statement elements.
Artem Dergachev
2018-02-08
1
-0
/
+1
*
[analyzer] Expose return statement from CallExit program point
George Karpenkov
2018-02-02
1
-0
/
+2
*
[analyzer] Do not attempt to get the pointee of void*
Alexander Shaposhnikov
2018-01-24
1
-0
/
+3
*
[analyzer] Protect against dereferencing a null pointer
Alexander Shaposhnikov
2018-01-22
1
-3
/
+3
*
[analyzer] operator new: Fix path diagnostics around the operator call.
Artem Dergachev
2018-01-18
1
-1
/
+4
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-5
/
+3
*
[analyzer] support a mode to only show relevant lines in HTML diagnostics
George Karpenkov
2018-01-17
1
-14
/
+12
*
[analyzer] Fix unreachable creating PathDiagnosticLocation with widen-loops=true
Devin Coughlin
2017-11-29
1
-0
/
+9
*
[CFG] Add LoopExit information to CFG
Peter Szecsi
2017-08-19
1
-1
/
+3
*
CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre
2017-07-12
1
-0
/
+1
*
[analyzer] Nullability: fix notes around synthesized ObjC property accessors.
Artem Dergachev
2017-06-05
1
-2
/
+44
*
Migrate PathDiagnosticPiece to std::shared_ptr
David Blaikie
2017-01-05
1
-35
/
+30
*
[analyzer] Re-apply r283092, attempt no.4, a small chunk.
Artem Dergachev
2016-10-07
1
-4
/
+11
*
Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev
2016-10-07
1
-11
/
+4
*
[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev
2016-10-07
1
-4
/
+11
*
[analyzer] Add explanation why analyzer report is not generated (fix for PR12...
Anton Yartsev
2016-10-06
1
-6
/
+18
*
Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.
Vitaly Buka
2016-10-04
1
-11
/
+4
*
[analyzer] Extend bug reports with extra notes
Artem Dergachev
2016-10-03
1
-4
/
+11
[next]