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
/
Checkers
/
DereferenceChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Don't dereference the array value when binding it to a reference.
Artem Dergachev
2017-01-12
1
-6
/
+0
*
[analyzer] Avoid a crash in DereferenceChecker on string literal initializers.
Artem Dergachev
2017-01-12
1
-0
/
+6
*
[analyzer] Improve Nullability checker diagnostics
Anna Zaks
2016-01-29
1
-2
/
+2
*
[analyzer] Don't report null dereferences on address_space annotated memory
Anna Zaks
2016-01-06
1
-20
/
+35
*
[analyzer] Add VforkChecker to find unsafe code in vforked process.
Yury Gribov
2015-11-06
1
-9
/
+6
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-4
/
+4
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-1
/
+1
*
[Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...
Gabor Horvath
2015-08-27
1
-3
/
+5
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+9
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-8
/
+6
*
Fix another ternary Visual C++ is OK wiht but gcc not.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-4
/
+4
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-3
/
+2
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-2
/
+3
*
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
1
-0
/
+8
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-3
/
+4
*
[analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode.
Jordan Rose
2013-01-26
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-2
/
+2
*
[analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue.
Jordan Rose
2012-09-22
1
-12
/
+7
*
[analyzer] Enhance the member expr tracking to account for references.
Anna Zaks
2012-09-05
1
-1
/
+1
*
[analyzer] Remove unneeded code.
Anna Zaks
2012-09-05
1
-18
/
+8
*
[analyzer] Improved diagnostic pruning for calls initializing values.
Anna Zaks
2012-08-29
1
-1
/
+0
*
[analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue.
Jordan Rose
2012-08-28
1
-5
/
+3
*
[analyzer] Don't assume values bound to references are automatically non-null.
Jordan Rose
2012-08-04
1
-3
/
+18
*
[analyzer] When a symbol is null, we should track its constraints.
Jordan Rose
2012-08-03
1
-6
/
+5
*
[analyzer] Add a simple check for initializing reference variables with null.
Jordan Rose
2012-08-02
1
-94
/
+152
*
Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we...
Ted Kremenek
2012-05-31
1
-0
/
+1
*
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-03-09
1
-13
/
+35
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2012-01-28
1
-0
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-2
/
+2
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-1
/
+1
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-1
/
+1
*
[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...
Anna Zaks
2011-10-06
1
-4
/
+4
*
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...
Anna Zaks
2011-08-19
1
-4
/
+4
*
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
1
-4
/
+4
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-6
/
+6
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-41
/
+28
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-3
/
+3
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
[analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently...
Argyrios Kyrtzidis
2011-01-11
1
-2
/
+3
[next]