clang-1/lib/Index
Douglas Gregor 60ef308e51 Replace all comparisons between ObjCInterfaceDecl pointers with calls
to declaresSameEntity(), as a baby step toward tracking forward
declarations of Objective-C classes precisely. Part of
<rdar://problem/10583531>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146618 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-15 00:29:59 +00:00
..
ASTLocation.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
ASTVisitor.h
Analyzer.cpp Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
CMakeLists.txt
CallGraph.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
DeclReferenceMap.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Entity.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
EntityImpl.h now that we have a centralized place to do so, add some using declarations for 2011-07-20 06:58:45 +00:00
GlobalSelector.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Handlers.cpp
IndexProvider.cpp
Indexer.cpp Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Makefile
Program.cpp
ProgramImpl.h
SelectorMap.cpp