summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-4/+4
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-091-9/+10
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-8/+8
* [analyzer] Add CheckerManager::getChecker, make sure that a registry function...Kristof Umann2019-01-261-2/+1
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-261-23/+20
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] Rename trackNullOrUndefValue to trackExpressionValueGeorge Karpenkov2018-10-231-9/+9
* Move some helpers from the global namespace into anonymous ones.Benjamin Kramer2018-10-131-0/+2
* [analyzer] Improve tracing for uninitialized struct fieldsGeorge Karpenkov2018-08-291-0/+2
* [analyzer] [NFC] Move class definition out of the functionGeorge Karpenkov2018-08-291-41/+40
* [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
OpenPOWER on IntegriCloud