Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libclang: Remove clang::RemapFiles, it's dead code. | Benjamin Kramer | 2013-06-13 | 1 | -61/+0 |
| | | | | llvm-svn: 183902 | ||||
* | libclang: Port CIndexer::getClangResourcesPath to PathV2. No functionality ↵ | Benjamin Kramer | 2013-06-13 | 1 | -14/+12 |
| | | | | | | change. llvm-svn: 183901 | ||||
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -4/+2 |
| | | | | | | Completely automated with sort_includes.py llvm-svn: 169240 | ||||
* | remove unneeded config.h includes | Dylan Noblesmith | 2011-12-22 | 1 | -1/+1 |
| | | | | llvm-svn: 147195 | ||||
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
| | | | | llvm-svn: 140367 | ||||
* | libclang/CIndexer.cpp: Apply a new API for Cygwin-1.7, instead of deprecated ↵ | NAKAMURA Takumi | 2011-03-08 | 1 | -0/+5 |
| | | | | | | one. llvm-svn: 127283 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| | | | | llvm-svn: 120297 | ||||
* | c-index-test: Be available on Cygwin by using Win32's logic. | NAKAMURA Takumi | 2010-11-09 | 1 | -1/+12 |
| | | | | llvm-svn: 118479 | ||||
* | This patch remove the Win32 XFAIL from remap-complete.c | Francois Pichet | 2010-10-12 | 1 | -1/+2 |
| | | | | | | The problem was that text files were open in text mode and Microsoft implementation of fread and write will try to do nasty line-feed conversion which make the line position no longer valid. The fix is to read and write files in binary mode. llvm-svn: 116286 | ||||
* | Eliminate CIndexer::getClangPath(), since libclang no longer depends | Douglas Gregor | 2010-10-11 | 1 | -37/+17 |
| | | | | | | | | | | | on the presence of a 'clang' executable. Simplify CIndexer::getClangResourcesPath() a bit. Patch up the CMake makefiles to install headers into two locations in the build tree, for those silly cases where 'clang' will end up looking into the wrong build directory for headers. llvm-svn: 116260 | ||||
* | When handling raw_ostream errors manually, use clear_error() so that | Dan Gohman | 2010-05-27 | 1 | -0/+1 |
| | | | | | | raw_ostream doesn't try to do its own error handling. llvm-svn: 104880 | ||||
* | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar | 2010-04-30 | 1 | -0/+154 |
(C) API, and will likely grow further in this direction in the future. llvm-svn: 102779 |