Go to file
Ted Kremenek d45ff6cced Add destructor and cleanup code to LocationContext (fixing some leaks). Along the way, have
AnalysisManager periodically cleanup its AnalysisContextManager and LocationContextManager objects,
as they don't need to forever retain all the CFGs ever created when analyzing a file.

llvm-svn: 84684
2009-10-20 21:39:41 +00:00
clang Add destructor and cleanup code to LocationContext (fixing some leaks). Along the way, have 2009-10-20 21:39:41 +00:00
compiler-rt Comment out broken tests and make the rest build in cmake build system. 2009-10-17 10:19:32 +00:00
llvm Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign) 2009-10-20 21:37:45 +00:00