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][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
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-27
/
+21
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-7
/
+7
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-7
/
+7
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-19
/
+19
*
Wdeprecated: PathPieces are copied, make them safely implicitly copyable by r...
David Blaikie
2015-08-13
1
-2
/
+0
*
[Analyzer] Don't inherit from FoldingSet.
Benjamin Kramer
2015-03-22
1
-4
/
+4
*
[analyzer] Sort path diagnostics with array_pod_sort.
Benjamin Kramer
2015-03-14
1
-5
/
+9
*
unique_ptrify PathDiagnosticConsumer::HandlePathDiagnostic
David Blaikie
2014-08-29
1
-6
/
+5
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-4
/
+4
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-17
/
+17
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
[leaks] The PDFileEntry nodes in the FilesMade FoldingSet contain
Chandler Carruth
2014-05-03
1
-0
/
+5
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-2
/
+2
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-13
/
+5
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-2
/
+3
*
[analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.
Jordan Rose
2014-01-13
1
-0
/
+1
*
[analyzer] Warn about double-delete in C++ at the second delete...
Jordan Rose
2014-01-08
1
-1
/
+5
*
[analyzer] Extend IdenticalExprChecker to check ternary operator results.
Jordan Rose
2013-12-10
1
-0
/
+8
*
[analyzer] Don't crash when a path goes through a 'delete' destructor call.
Jordan Rose
2013-10-31
1
-1
/
+2
*
Add an implicit dtor CFG node just before C++ 'delete' expressions.
Jordan Rose
2013-09-03
1
-0
/
+3
[next]