llvm-project/clang/Sema
Fariborz Jahanian fa0667b547 Patch to remove use of has table for protocol name lookup. This patch mirrors my
previous patch to do the same for class name lookup using a hash table.

llvm-svn: 42471
2007-09-29 17:04:06 +00:00
..
ASTStreamer.cpp Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is SelectorInfo is not string-oriented, it is a unique aggregate of IdentifierInfo's (using a folding set). SelectorInfo also has a richer API that simplifies the parser/action interface. 3 noteworthy benefits: 2007-09-27 14:38:14 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp add actions for deleting expr/stmt nodes. 2007-08-31 04:53:24 +00:00
Sema.h Patch to remove use of has table for protocol name lookup. This patch mirrors my 2007-09-29 17:04:06 +00:00
SemaChecking.cpp Fix 80 col violations. 2007-08-30 17:08:17 +00:00
SemaDecl.cpp Patch to remove use of has table for protocol name lookup. This patch mirrors my 2007-09-29 17:04:06 +00:00
SemaExpr.cpp Yesterday I discovered that 78% of all selectors in "Cocoa.h" take 0/1 argument. 2007-09-28 22:22:11 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Make case sorting deterministic by not depending on pointer 2007-09-21 18:15:22 +00:00
SemaType.cpp Start converting Action methods from Parse-prefix to ActOn-prefix. 2007-09-15 18:49:24 +00:00