Dimitry Andric dff0c46c97 Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
upcoming 3.1 release (expected in a few weeks).  Preliminary release
notes can be found at: <http://llvm.org/docs/ReleaseNotes.html>

MFC after:	2 weeks
2012-04-16 21:23:25 +00:00

65 lines
1.1 KiB
Makefile

# $FreeBSD$
LIB= clangast
SRCDIR= tools/clang/lib/AST
SRCS= APValue.cpp \
ASTConsumer.cpp \
ASTContext.cpp \
ASTDiagnostic.cpp \
ASTImporter.cpp \
AttrImpl.cpp \
CXXInheritance.cpp \
Decl.cpp \
DeclBase.cpp \
DeclCXX.cpp \
DeclFriend.cpp \
DeclGroup.cpp \
DeclObjC.cpp \
DeclPrinter.cpp \
DeclTemplate.cpp \
DeclarationName.cpp \
DumpXML.cpp \
Expr.cpp \
ExprCXX.cpp \
ExprClassification.cpp \
ExprConstant.cpp \
ExternalASTSource.cpp \
InheritViz.cpp \
ItaniumCXXABI.cpp \
ItaniumMangle.cpp \
LambdaMangleContext.cpp \
Mangle.cpp \
MicrosoftCXXABI.cpp \
MicrosoftMangle.cpp \
NestedNameSpecifier.cpp \
NSAPI.cpp \
ParentMap.cpp \
RecordLayout.cpp \
RecordLayoutBuilder.cpp \
SelectorLocationsKind.cpp \
Stmt.cpp \
StmtDumper.cpp \
StmtIterator.cpp \
StmtPrinter.cpp \
StmtProfile.cpp \
StmtViz.cpp \
TemplateBase.cpp \
TemplateName.cpp \
Type.cpp \
TypeLoc.cpp \
TypePrinter.cpp \
VTTBuilder.cpp \
VTableBuilder.cpp
TGHDRS= AttrImpl \
AttrList \
Attrs \
DeclNodes \
DiagnosticASTKinds \
DiagnosticCommonKinds \
DiagnosticSemaKinds \
StmtNodes
.include "../clang.lib.mk"