Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the ↵ | Argyrios Kyrtzidis | 2013-05-07 | 1 | -0/+3 |
| | | | | | | | | | | | FileID. This fixes a crash due to SourceManager::getLocForEndOfFile() returning an off-by-one location when the the FileID is for an empty file. rdar://13803893 llvm-svn: 181285 | ||||
* | [libclang] Fix a test and a warning on windows. | Argyrios Kyrtzidis | 2013-03-11 | 1 | -4/+4 |
| | | | | | | Patch by Guy Benyei! llvm-svn: 176806 | ||||
* | [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve ↵ | Argyrios Kyrtzidis | 2013-03-08 | 1 | -0/+24 |
all #import/#include directives in a specific file. It passes to the visitor, that the caller provides, CXCursor_InclusionDirective cursors for all the include directives in a particular file. llvm-svn: 176682 |