| commit | 8ff7705a6c6fb8a6625ed3d26b73c23dd77ed27f | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Tue Jan 29 05:13:23 2008 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Tue Jan 29 05:13:23 2008 +0000 |
| tree | 35b2813b4f79cb1cefb00717ba085231d5829010 | |
| parent | 31daee11becf75fc76ac6fec9e4f3e260b677532 [diff] |
Modified LiveVariables to perform all of its base initialization in the ctor, and now we require a FunctionDecl* object so that we can also keep track of all of the ParmDecls. Modified clients of LiveVariables to conform to the new interface. llvm-svn: 46490