summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Create "TypedViewRegions" that layer on top of SymbolicRegions when handlingTed Kremenek2009-03-041-5/+23
* Revert 65707 (causes stack memory to be referenced after it is released).Ted Kremenek2009-02-281-3/+3
* remove static ctor.Chris Lattner2009-02-281-3/+3
* improve compatibility with the VC++'08 C++ compiler. Patch byChris Lattner2009-02-281-1/+2
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-3/+3
* Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the sa...Ted Kremenek2009-02-251-10/+17
* Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handleTed Kremenek2009-02-251-3/+49
* Fix <rdar://problem/6611677>: Add basic transfer function support in the staticTed Kremenek2009-02-241-1/+10
* Implemented simple check in <rdar://problem/6600344>: When the receiver of aTed Kremenek2009-02-191-2/+28
* Add panic function.Ted Kremenek2009-02-171-1/+2
* Add '_assert' to list of known panic functions.Ted Kremenek2009-02-171-2/+4
* Add hook to add attributes to function declarations that we knowDouglas Gregor2009-02-141-1/+2
* GRExprEngine: Handle empty statement expressions.Ted Kremenek2009-02-141-8/+12
* Use GRTransferFuncs::EvalBind when processing variable initializations.Ted Kremenek2009-02-141-26/+34
* Static analyzer:Ted Kremenek2009-02-141-32/+22
* Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor2009-02-131-3/+1
* GRExprEngine:Ted Kremenek2009-02-131-194/+209
* GRExprEngine: When processing compound assignments, do a switch table lookup ...Ted Kremenek2009-02-071-6/+13
* Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek2009-02-041-46/+13
* Remove dead code.Zhongxing Xu2009-02-041-11/+1
* make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner2009-02-041-4/+7
* Move method out-of-line.Ted Kremenek2009-01-301-0/+30
* Switch Type::isAggregateType to use the C++ definition of "aggregateDouglas Gregor2009-01-301-2/+1
* Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...Ted Kremenek2009-01-211-9/+8
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-1/+1
* Fix analyzer crash found when scanning Wine sources where the analyzer used o...Ted Kremenek2009-01-171-35/+25
* static analyzer: Handle casts from arrays to integers. This fixes PR 3297.Ted Kremenek2009-01-131-11/+33
* Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor2009-01-061-0/+2
* Fix initialization order.Zhongxing Xu2008-12-221-3/+3
* Add an option to make 'RemoveDeadBindings' a configurable behavior. This enablesZhongxing Xu2008-12-221-3/+8
* Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor2008-12-201-2/+6
* Lazy bingding for region-store manager.Zhongxing Xu2008-12-201-6/+5
* ProgramPoint:Ted Kremenek2008-12-161-80/+88
* Fix regression in handling sizeof(void) in the static analyzer.Ted Kremenek2008-12-151-13/+15
* MemRegion:Ted Kremenek2008-12-131-8/+17
* A series of cleanups/fixes motivated by <rdar://problem/6442306>:Ted Kremenek2008-12-131-9/+3
* In GRExprEngine treat @throw as an 'abort' that ends the current path. This ...Ted Kremenek2008-12-091-0/+9
* [static analyzer] Extend VLA size checking to look for undefined sizes.Ted Kremenek2008-12-091-2/+10
* Add checking for zero-sized VLAs.Ted Kremenek2008-12-081-2/+28
* Add bandaid transfer function support for assignments involving ObjCKVCRefExpr.Ted Kremenek2008-12-061-0/+7
* Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...Ted Kremenek2008-12-051-4/+4
* Add support for initializing array with string literal.Zhongxing Xu2008-11-301-0/+4
* Code cleanup. No functional change.Zhongxing Xu2008-11-281-3/+5
* Add support for pluggable components of static analyzer.Zhongxing Xu2008-11-271-3/+3
* Remove FIXME comment.Ted Kremenek2008-11-241-1/+0
* Add support for AllocaRegion extent with GDM.Zhongxing Xu2008-11-241-0/+7
* Cleanup code with utility method.Zhongxing Xu2008-11-241-2/+2
* Add out-of-bound memory access warning report code.Zhongxing Xu2008-11-231-4/+17
* Initial support for checking out of bound memory access. Only support Zhongxing Xu2008-11-221-2/+7
* - Clean up transfer function logic for 'return' statements.Ted Kremenek2008-11-211-36/+26
OpenPOWER on IntegriCloud