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
/
CallAndMessageChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Warn when passing pointers to const but uninitialized memory.
Jordan Rose
2014-03-13
1
-23
/
+109
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-4
/
+3
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-22
/
+20
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-4
/
+3
*
[analyzer] Improved checker naming in CFG dump.
Anton Yartsev
2014-02-17
1
-1
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-24
/
+24
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
1
-2
/
+3
*
[analyzer] Add missing return after function pointer null check.
Jordan Rose
2013-10-02
1
-0
/
+1
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-2
/
+1
*
[analyzer] Warn when using 'delete' on an uninitialized variable.
Jordan Rose
2013-08-09
1
-1
/
+29
*
Fix a crash in the static analyzer (bug #16307)
Pavel Labath
2013-06-19
1
-1
/
+24
*
[analyzer] Warn when nil receiver results in forming null reference
Anna Zaks
2013-04-03
1
-12
/
+19
*
[analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not re...
Anna Zaks
2013-03-27
1
-3
/
+4
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-1
/
+1
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-6
/
+8
*
[analyzer] Track null object lvalues back through C++ method calls.
Jordan Rose
2013-01-26
1
-0
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-5
/
+5
*
Make helper functions static.
Benjamin Kramer
2012-09-10
1
-2
/
+2
*
[analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue.
Jordan Rose
2012-08-28
1
-4
/
+4
*
[analyzer] If we call a C++ method on an object, assume it's non-null.
Jordan Rose
2012-08-15
1
-3
/
+9
*
[analyzer] Use a more robust check for null in CallAndMessageChecker.
Jordan Rose
2012-08-04
1
-2
/
+12
*
[analyzer] When a symbol is null, we should track its constraints.
Jordan Rose
2012-08-03
1
-9
/
+4
*
[analyzer] Track null/uninitialized C++ objects used in method calls.
Jordan Rose
2012-08-03
1
-12
/
+12
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-1
/
+1
*
Add static analyzer check for calling a C++ instance method with a null/unini...
Ted Kremenek
2012-07-26
1
-2
/
+25
*
[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.
Jordan Rose
2012-07-18
1
-39
/
+67
*
[analyzer] If 'super' is known to be nil, we can still mark its range.
Jordan Rose
2012-07-02
1
-1
/
+1
*
[analyzer] Convert existing checkers to use check::preCall and check::postCall.
Jordan Rose
2012-07-02
1
-54
/
+47
*
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-07-02
1
-62
/
+59
*
[analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.
Jordan Rose
2012-07-02
1
-1
/
+2
*
[analyzer] Convert CallAndMessageChecker and ObjCSelfInitChecker to CallEvent.
Jordan Rose
2012-07-02
1
-14
/
+29
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
*
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-06
1
-5
/
+3
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-3
/
+3
*
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-03-09
1
-4
/
+7
*
Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...
Ted Kremenek
2012-03-05
1
-2
/
+18
*
Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...
Ted Kremenek
2012-02-18
1
-7
/
+18
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-11
/
+11
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Fix an assertion failure in isMacOSXVersionLT for IOS targets.
Bob Wilson
2012-01-31
1
-4
/
+3
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-4
/
+4
*
[analyzer] Rename Store::Retrieve() -> getBinding().
Anna Zaks
2012-01-12
1
-1
/
+1
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-6
/
+10
*
[analyzer] CheckerContext::getPredecessor() cleanup
Anna Zaks
2011-11-01
1
-2
/
+2
*
[analyzer] ObjC message sends to nil receivers that return structs are now ok...
Ted Kremenek
2011-10-28
1
-14
/
+4
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-3
/
+3
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-2
/
+2
[next]