summaryrefslogtreecommitdiffstats
path: root/tools/libclang/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merging r155534:Bill Wendling2012-04-251-1/+1
* Like for LLVM / shlib, we also provide a SONAME to libclang.soSylvestre Ledru2012-04-151-0/+5
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+2
* Revert 148045 to fix the bots.Rafael Espindola2012-01-121-2/+0
* Add a SONAME to the libclang library.Rafael Espindola2012-01-121-0/+2
* [libclang] Fix linker error in buildbots.Argyrios Kyrtzidis2011-07-091-1/+2
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-2/+2
* Remove more unnecessary dependencies now that the Frontend -> ARCMigrateChandler Carruth2011-06-181-2/+1
* Remove ARCMigrate from more builds that it isn't needed in now that theChandler Carruth2011-06-161-1/+1
* ARCMigrate depends on libAnalysis, and on unhelpful linkers must appearJohn McCall2011-06-161-1/+1
* Grr. Of course libARCMigrate depends on libRewrite. This is a lot to beJohn McCall2011-06-161-2/+2
* libFrontend depends on ARCMigrate, so link it into libclang.John McCall2011-06-161-1/+2
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-1/+1
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-1/+1
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-1/+1
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-2/+2
* libclang/Darwin: Always set the compatibility version in the dylib.Daniel Dunbar2010-08-191-11/+10
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-1/+1
* Remove the last bit of the Clang Serialization library, for nowDouglas Gregor2010-08-171-2/+1
* Add the clangSerialization library to libclang.Dan Gohman2010-08-171-1/+2
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-311-2/+1
* Revert r109546, it broke linux build.Argyrios Kyrtzidis2010-07-271-1/+1
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-271-1/+1
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-081-5/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-081-2/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-3/+3
* Change install_name for libclang.dylib to '@rpath/libclang.dylib'. Fixes <rd...Ted Kremenek2010-05-141-1/+1
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+55