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
/
Core
/
ObjCMessage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.
Jordan Rose
2012-07-02
1
-175
/
+0
*
Analyzer: Fix PR12905, a crash when encountering a call to a function named "C".
Benjamin Kramer
2012-05-21
1
-10
/
+9
*
[analyzer] For locations, use isGLValue() instead of isLValue().
Anna Zaks
2012-05-19
1
-1
/
+1
*
[analyzer] Allow pointers to escape through selector callbacks.
Anna Zaks
2012-05-09
1
-1
/
+3
*
[analyzer]Fixup r156134: Handle the case when FunctionDecl isn't avail.
Anna Zaks
2012-05-04
1
-1
/
+1
*
[analyzer] Assume pointer escapes when a callback is passed inside
Anna Zaks
2012-05-03
1
-3
/
+21
*
[analyzer] Allow pointers escape through calls containing callback args.
Anna Zaks
2012-05-03
1
-0
/
+66
*
Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...
Ted Kremenek
2012-02-18
1
-93
/
+0
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-3
/
+3
*
[analyzer] Do not invalidate arguments when the parameter's
Anna Zaks
2011-12-20
1
-0
/
+19
*
[static analyzer] Fix crash in LiveVariables and Environment::getSVal() when ...
Ted Kremenek
2011-10-06
1
-1
/
+7
*
[analyzer] Migrate argument invalidation from CFRefCount to ExprEngine.
Jordy Rose
2011-08-28
1
-0
/
+6
*
[analyzer] Change the check::RegionChanges callback to include the regions ex...
Jordy Rose
2011-08-27
1
-21
/
+17
*
[analyzer] Fix bug in ObjCMessage where casts were being incorrectly ignored.
Ted Kremenek
2011-07-28
1
-1
/
+1
*
static analyzer: when conservatively evaluating functions, don't invalidate t...
Ted Kremenek
2011-05-25
1
-0
/
+7
*
C++ static analysis: also invalidate fields of objects that are the callees i...
Ted Kremenek
2011-04-11
1
-1
/
+8
*
Begin reworking static analyzer support for C++ method calls. The current lo...
Ted Kremenek
2011-03-30
1
-3
/
+17
*
Move some of the logic about classifying Objective-C methods into
John McCall
2011-03-02
1
-0
/
+29
*
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-16
1
-1
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-1
/
+1
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+99