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

24 lines
352 B
Makefile

# $FreeBSD$
LIB= clangindex
SRCDIR= tools/clang/lib/Index
SRCS= ASTLocation.cpp \
Analyzer.cpp \
DeclReferenceMap.cpp \
Entity.cpp \
GlobalSelector.cpp \
Handlers.cpp \
IndexProvider.cpp \
Indexer.cpp \
Program.cpp \
SelectorMap.cpp \
TGHDRS= AttrList \
Attrs \
DeclNodes \
DiagnosticCommonKinds \
StmtNodes
.include "../clang.lib.mk"