| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
one.
llvm-svn: 127283
|
| |
|
|
| |
llvm-svn: 120297
|
| |
|
|
| |
llvm-svn: 118479
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
raw_ostream doesn't try to do its own error handling.
llvm-svn: 104880
|
|
|
(C) API, and will likely grow further in this direction in the future.
llvm-svn: 102779
|