summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRSimpleVals.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When reporting branch conditions that evaluate to an uninitialized value,Ted Kremenek2008-05-051-5/+77
* Support implicit casts from pointers to references.Ted Kremenek2008-04-301-1/+7
* Teach more of the static analyzer about ObjCQualifiedIdType.Ted Kremenek2008-04-301-6/+6
* Handle lval::ArrayOffset and lval::FieldOffset in EvalNE and EvalEQ.Ted Kremenek2008-04-301-0/+10
* Fixed: <rdar://problem/5881148>Ted Kremenek2008-04-231-1/+1
* Added lval type (and tracking) for StringLiterals.Ted Kremenek2008-04-221-0/+4
* Generalize caching mechanism for bugs reports. Now individual BugTypesTed Kremenek2008-04-181-11/+10
* Simplified internal logic of BugReporter, consolidating EmitWarning andTed Kremenek2008-04-181-4/+4
* Added some comments to GRExprEngine. Reorder some of the method definitionsTed Kremenek2008-04-151-1/+30
* Fix a compiler error on MSVC (variable name 'E' clash).Argyrios Kyrtzidis2008-04-151-1/+1
* Hooked up the dead-store checker to the BugReporter interface. Now dead-storeTed Kremenek2008-04-141-43/+22
* Refactored all logic to run the GRSimpleVals and CFRef checker into a commonTed Kremenek2008-04-101-28/+3
* Fixed regressions in error reporting due to copy-paste errors (using the "begin"Ted Kremenek2008-04-101-4/+4
* Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.Ted Kremenek2008-04-091-116/+192
* templates can't be static.Chris Lattner2008-04-061-7/+7
* Better range highlight for undefined-argument checks.Ted Kremenek2008-04-031-7/+27
* When reporting "bad receiver" warnings, highlight the receiver.Ted Kremenek2008-04-031-3/+20
* Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to useTed Kremenek2008-04-031-3/+4
* Created new path-sensitive bug-reporting scheme based on the classesTed Kremenek2008-04-031-347/+144
* 80 col violationTed Kremenek2008-04-021-1/+1
* Added more PathDiagnostic rendering for terminators: switch, goto, loops.Ted Kremenek2008-04-021-27/+127
* Shorted bug-description.Ted Kremenek2008-04-021-1/+1
* simplify some code by using PointerLikeType.Chris Lattner2008-04-021-1/+1
* Beginning of some cleanups; start generating path diagnostics using objectsTed Kremenek2008-04-021-119/+152
* Added initial hacked support for display path diagnostics withTed Kremenek2008-04-021-3/+107
* Patch by Argiris Kirtzidis: Fix a dangling pointer error!Ted Kremenek2008-04-011-1/+3
* Do not prepend the keyword "[CHECKER]" to checker messages when usingTed Kremenek2008-03-311-2/+5
* Include ranges in GRSimpleVals diagnostics.Ted Kremenek2008-03-311-1/+3
* Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removedTed Kremenek2008-03-311-21/+25
* Added path-sensitive check for return statements that return the addressTed Kremenek2008-03-311-0/+5
* Hooked up initial NSString interface checking to GRSimpleVals.Ted Kremenek2008-03-271-1/+1
* Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the ...Ted Kremenek2008-03-271-3/+9
* GRSimple analysis now outputs additional diagnostic warnings aboutTed Kremenek2008-03-251-8/+14
* Rename "Nodify" to "MakeNode"Ted Kremenek2008-03-211-1/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+462
OpenPOWER on IntegriCloud