]> granicus.if.org Git - clang/commit
Switch the Objective-C 'SEL' type over to a predefined type in the
authorDouglas Gregor <dgregor@apple.com>
Fri, 12 Aug 2011 06:17:30 +0000 (06:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 12 Aug 2011 06:17:30 +0000 (06:17 +0000)
commit7a27ea52b7bd635c89bec5a9c521a3bf7d204238
treee89f1ae41b586aebd3ce40519a07f055d8b670e4
parent79d6726921897811232554ed94c5d77b5b7b3fc0
Switch the Objective-C 'SEL' type over to a predefined type in the
AST file format, lazily generating the actual declaration in
ASTContext as needed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137434 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTContext.cpp
lib/Sema/Sema.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp