summaryrefslogtreecommitdiffstats
path: root/test/Index/index-pch-with-module.m
Commit message (Collapse)AuthorAgeFilesLines
* Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith2015-08-181-1/+1
| | | | | | | | ASTContext. Fixes some cases where we could previously initialize the AST consumer more than once. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245346 91177308-0d34-0410-b5e6-96231b3b80d8
* [modules] Move implicit creation of ImportDecls for #includes transformed ↵Richard Smith2015-05-181-1/+1
| | | | | | into module imports from the frontend into Sema where it belongs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237555 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for ↵Douglas Gregor2013-02-071-2/+2
| | | | | | consistency. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174645 91177308-0d34-0410-b5e6-96231b3b80d8
* clang/test/Index/index-pch-with-module.m: Tweak expressions for win32 pathsep.NAKAMURA Takumi2012-10-111-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165760 91177308-0d34-0410-b5e6-96231b3b80d8
* [libclang] Add tests for indexing modules and PCHs using modules.Argyrios Kyrtzidis2012-10-111-0/+31
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165732 91177308-0d34-0410-b5e6-96231b3b80d8