summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/file-includes.c
Commit message (Collapse)AuthorAgeFilesLines
* Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the ↵Argyrios Kyrtzidis2013-05-071-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 Kyrtzidis2013-03-111-4/+4
| | | | | | Patch by Guy Benyei! llvm-svn: 176806
* [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve ↵Argyrios Kyrtzidis2013-03-081-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
OpenPOWER on IntegriCloud