summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] In getSVal() API, disable auto-detection of void type as char type.Artem Dergachev2017-12-121-1/+1
* [analyzer] Clarify 'uninitialized function argument' messagesDaniel Marjamaki2017-03-081-31/+45
* [analyzer] Add check for when block is called with too few arguments.Devin Coughlin2016-11-151-8/+13
* [analyzer] Fix typo s/initalize/initialize/Chih-Hung Hsieh2016-03-231-1/+1
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-1/+2
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-2/+2
* [analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin2015-09-161-8/+8
* [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.Devin Coughlin2015-09-151-13/+12
* Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman2015-06-231-16/+16
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-3/+3
* [analyzer] Warn when passing pointers to const but uninitialized memory.Jordan Rose2014-03-131-23/+109
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-4/+3
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-22/+20
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-4/+3
* [analyzer] Improved checker naming in CFG dump.Anton Yartsev2014-02-171-1/+1
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-24/+24
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-2/+3
* [analyzer] Add missing return after function pointer null check.Jordan Rose2013-10-021-0/+1
* Clean up some Triple usage in clang.Cameron Esfahani2013-09-141-2/+1
* [analyzer] Warn when using 'delete' on an uninitialized variable.Jordan Rose2013-08-091-1/+29
* Fix a crash in the static analyzer (bug #16307)Pavel Labath2013-06-191-1/+24
* [analyzer] Warn when nil receiver results in forming null referenceAnna Zaks2013-04-031-12/+19
* [analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not re...Anna Zaks2013-03-271-3/+4
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-1/+1
* Replace SVal llvm::cast support to be well-defined.David Blaikie2013-02-201-6/+8
* [analyzer] Track null object lvalues back through C++ method calls.Jordan Rose2013-01-261-0/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-0/+1
* [analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose2012-11-021-5/+5
* Make helper functions static.Benjamin Kramer2012-09-101-2/+2
* [analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue.Jordan Rose2012-08-281-4/+4
* [analyzer] If we call a C++ method on an object, assume it's non-null.Jordan Rose2012-08-151-3/+9
* [analyzer] Use a more robust check for null in CallAndMessageChecker.Jordan Rose2012-08-041-2/+12
* [analyzer] When a symbol is null, we should track its constraints.Jordan Rose2012-08-031-9/+4
* [analyzer] Track null/uninitialized C++ objects used in method calls.Jordan Rose2012-08-031-12/+12
* [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.Jordan Rose2012-07-261-1/+1
* Add static analyzer check for calling a C++ instance method with a null/unini...Ted Kremenek2012-07-261-2/+25
* [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose2012-07-181-39/+67
* [analyzer] If 'super' is known to be nil, we can still mark its range.Jordan Rose2012-07-021-1/+1
* [analyzer] Convert existing checkers to use check::preCall and check::postCall.Jordan Rose2012-07-021-54/+47
* [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose2012-07-021-62/+59
* [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.Jordan Rose2012-07-021-1/+2
* [analyzer] Convert CallAndMessageChecker and ObjCSelfInitChecker to CallEvent.Jordan Rose2012-07-021-14/+29
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-2/+2
* Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer2012-06-061-5/+3
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-3/+3
* [analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek2012-03-091-4/+7
* Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...Ted Kremenek2012-03-051-2/+18
* Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...Ted Kremenek2012-02-181-7/+18
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
OpenPOWER on IntegriCloud