Added fast lookup of objc type qualifiers.

This commit is contained in:
Roberto Raggi
2009-02-05 15:06:29 +01:00
parent ad5bdf6969
commit 68552b8f4d
4 changed files with 189 additions and 12 deletions

View File

@@ -36,8 +36,8 @@ HEADERS += \
$$PWD/TranslationUnit.h \
$$PWD/Type.h \
$$PWD/TypeVisitor.h \
$$PWD/PrettyPrinter.h
$$PWD/PrettyPrinter.h \
$$PWD/ObjectiveCTypeQualifiers.h
SOURCES += \
$$PWD/AST.cpp \
@@ -55,6 +55,7 @@ SOURCES += \
$$PWD/FullySpecifiedType.cpp \
$$PWD/Keywords.cpp \
$$PWD/ObjectiveCAtKeywords.cpp \
$$PWD/ObjectiveCTypeQualifiers.cpp \
$$PWD/Lexer.cpp \
$$PWD/LiteralTable.cpp \
$$PWD/Literals.cpp \