summaryrefslogtreecommitdiff
path: root/interface
AgeCommit message (Expand)AuthorFilesLines
2013-04-07update for change in arguments of clang's HeaderSearchOptions::AddPathSven Verdoolaege1-1/+17
2013-04-07update for change in arguments of clang's CompilerInstance::createDiagnosticsSven Verdoolaege1-1/+17
2012-12-27interface/python.cc: add missing includeSven Verdoolaege1-0/+1
2012-12-01update for change in the constructor of the clang DriverSven Verdoolaege1-1/+7
2012-11-24configure.ac: check if TargetInfo::CreateTargetInfo takes TargetOptions pointerSven Verdoolaege1-3/+23
2012-11-23interface/extract_interface.cc: take TargetOptions object from CompilerInstanceSven Verdoolaege1-1/+1
2012-11-04update for change in clang's DiagnosticOptionsSven Verdoolaege1-4/+24
2012-03-27link in new -lclangEdit when availableSven Verdoolaege1-0/+1
2012-01-18update for change in clang's HandleTopLevelDecl return typeSven Verdoolaege1-3/+4
2011-11-23add missing namespace qualification on llvm::ArrayRefSven Verdoolaege1-1/+1
2011-11-13use the clang driver to obtain command line arguments for the clang frontendSven Verdoolaege1-0/+64
2011-11-13support more recent LLVMsSven Verdoolaege1-1/+1
2011-10-21interface/Makefile.am: append extra copy of CLANG_LDFLAGS to LDADDSven Verdoolaege1-1/+1
2011-10-13interface/extract_interface.cc: adjust to rename of Diagnostic in clangSven Verdoolaege1-1/+1
2011-10-06add extract_interface for constructing interfaces to other languagesSven Verdoolaege7-0/+775