This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-06 23:31:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0cfc16100b1bc9b0accb1eeb61dbf81af985bfdf
llvm
/
clang
/
lib
/
Analysis
/
CFRefCount.cpp
Ted Kremenek
0cfc16100b
Added ObjCSummaryCache, a new summary cache object to cache summaries for Objective-C methods. Instead of mapping from Selectors -> Summaries, we will now map from (ObjCInterfaceDecl*,Selectors) -> Summaries. This will allow more nuanced summary generation. This patch just swaps in the new data structure; the rest of the code works as before by allowing the ObjCInterfaceDecl* to be null.
...
llvm-svn: 52653
2008-06-23 23:30:29 +00:00
66 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink