summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ObjCMessage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.Jordan Rose2012-07-021-175/+0
* Analyzer: Fix PR12905, a crash when encountering a call to a function named "C".Benjamin Kramer2012-05-211-10/+9
* [analyzer] For locations, use isGLValue() instead of isLValue().Anna Zaks2012-05-191-1/+1
* [analyzer] Allow pointers to escape through selector callbacks.Anna Zaks2012-05-091-1/+3
* [analyzer]Fixup r156134: Handle the case when FunctionDecl isn't avail.Anna Zaks2012-05-041-1/+1
* [analyzer] Assume pointer escapes when a callback is passed insideAnna Zaks2012-05-031-3/+21
* [analyzer] Allow pointers escape through calls containing callback args.Anna Zaks2012-05-031-0/+66
* Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...Ted Kremenek2012-02-181-93/+0
* [analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek2012-01-061-3/+3
* [analyzer] Do not invalidate arguments when the parameter'sAnna Zaks2011-12-201-0/+19
* [static analyzer] Fix crash in LiveVariables and Environment::getSVal() when ...Ted Kremenek2011-10-061-1/+7
* [analyzer] Migrate argument invalidation from CFRefCount to ExprEngine.Jordy Rose2011-08-281-0/+6
* [analyzer] Change the check::RegionChanges callback to include the regions ex...Jordy Rose2011-08-271-21/+17
* [analyzer] Fix bug in ObjCMessage where casts were being incorrectly ignored.Ted Kremenek2011-07-281-1/+1
* static analyzer: when conservatively evaluating functions, don't invalidate t...Ted Kremenek2011-05-251-0/+7
* C++ static analysis: also invalidate fields of objects that are the callees i...Ted Kremenek2011-04-111-1/+8
* Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek2011-03-301-3/+17
* Move some of the logic about classifying Objective-C methods intoJohn McCall2011-03-021-0/+29
* Makes most methods in SVals.h conform to the naming guide. ReviewedZhanyong Wan2011-02-161-1/+1
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-1/+1
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+99
OpenPOWER on IntegriCloud