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
*
[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
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-4
/
+3
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-2
/
+2
*
[analyzer] Treat analyzer-synthesized function bodies like implicit bodies.
Jordan Rose
2013-05-24
1
-1
/
+1
*
[analyzer] Do not assert on reports ending in calls within macros.
Anna Zaks
2013-05-22
1
-1
/
+7
*
[analyzer] Address Jordan's review comments for r182058
Anna Zaks
2013-05-17
1
-3
/
+6
*
[analyzer] Add an option to use the last location in the main source file as ...
Anna Zaks
2013-05-16
1
-2
/
+59
*
Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...
Ted Kremenek
2013-04-29
1
-26
/
+18
*
[analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...
Ted Kremenek
2013-04-29
1
-18
/
+26
*
[analyzer] Remove comparePath's dependency on subscript operator.
Ted Kremenek
2013-04-29
1
-2
/
+7
*
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-23
1
-19
/
+61
*
[analyzer] Show path diagnostic for C++ initializers
Anna Zaks
2013-04-05
1
-0
/
+3
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-2
/
+0
*
Simplify code to use castAs rather than getAs + assert.
David Blaikie
2013-02-21
1
-3
/
+2
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-16
/
+11
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-3
/
+3
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-3
/
+3
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-19
/
+15
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-1
/
+1
*
[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
Jordan Rose
2013-01-19
1
-0
/
+5
[next]