search for: getanalyisis

Displaying 1 result from an estimated 1 matches for "getanalyisis".

2002 Nov 21
0
[LLVMdev] Re: getAnalysis
...sis Please do not ever #include this file directly, always #include Pass.h > but still keep getting the error: > MemLeak.cpp:34: `getAnalysis' undeclared (first use this function) You must call it from one of the methods of your Pass subclass. IOW, the "this" object that the getAnalyisis method expects is a Pass. -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/