aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRCoreEngine.cpp
AgeCommit message (Expand)Author
2008-04-29Major rewrite/refactoring of static analysis engine. We now useTed Kremenek
2008-04-18Fixed more caching bugs related to the one fixed in r49914. SilenceTed Kremenek
2008-04-18Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the nod...Ted Kremenek
2008-04-16Bug fix in GREndPathNodeBuilderImpl: Use the specified state to constructTed Kremenek
2008-04-11Added "GREndPathNodeBuilder", a new node builder that will be used forTed Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner