summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+0
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+1
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-0/+2
* [libclang] Move implementation of functions for manipulation CXSourceLocation...Ted Kremenek2011-10-311-0/+1
* [libclang] Add CXDiagnosticImpl to represent a super class for the implementa...Ted Kremenek2011-10-311-0/+10
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-0/+5
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-061-0/+1
* Fix CMake.Argyrios Kyrtzidis2011-07-111-1/+0
* [libclang] Fix linker error in buildbots.Argyrios Kyrtzidis2011-07-091-0/+1
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-0/+3
* Remove more unnecessary dependencies now that the Frontend -> ARCMigrateChandler Carruth2011-06-181-2/+0
* Remove ARCMigrate from more builds that it isn't needed in now that theChandler Carruth2011-06-161-1/+0
* ARCMigrate depends on libAnalysis, and on unhelpful linkers must appearJohn McCall2011-06-161-0/+1
* Grr. Of course libARCMigrate depends on libRewrite. This is a lot to beJohn McCall2011-06-161-0/+1
* libFrontend depends on ARCMigrate, so link it into libclang.John McCall2011-06-161-0/+1
* libclang output name is now libclang. This solves a name collisionOscar Fuentes2011-04-101-2/+2
* Fix LIBCLANG_LINK_FLAGS for Darwin.Oscar Fuentes2011-03-141-2/+2
* Build libclang as a static library too. Now tested on Windows!Oscar Fuentes2011-03-131-28/+36
* Reverting "Build libclang as a static library too."Oscar Fuentes2011-03-131-42/+28
* Build libclang as a static library too.Oscar Fuentes2011-03-121-28/+42
* CMake: add version information into the clang executable and libclangDouglas Gregor2011-02-251-8/+6
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-2/+1
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-1/+2
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-2/+1
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* CMake: libclang shall be named libclang.so, not liblibclang.so.Oscar Fuentes2011-02-051-0/+1
* Move CXString creation/management routines intoTed Kremenek2010-11-161-0/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-19/+20
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-20/+19
* Clean up CMake dependenciesDouglas Gregor2010-09-091-2/+1
* Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek2010-08-271-0/+1
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-261-1/+1
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-1/+1
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-0/+1
* Don't pass -avoid-version to Darwin linkerDouglas Gregor2010-08-061-1/+1
* Add Darwin dylib versioning support to libclang when build with CMake.Douglas Gregor2010-08-021-8/+13
* Rename clang.dll to libclang.dll, to fix Windows build.John Thompson2010-07-111-1/+0
* don't make libclang depend on codegen. Patch by Peter Collingbourne!Chris Lattner2010-06-121-1/+0
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-081-1/+2
* Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek2010-05-141-0/+1
* Fix NON_ANSI_COMPILE_FLAGS setting, for MSVC.Daniel Dunbar2010-05-011-1/+1
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+57