Richard Smith
|
293534b1a5
|
Initialize the AST consumer as soon as we have both an ASTConsumer and an
ASTContext. Fixes some cases where we could previously initialize the AST
consumer more than once.
llvm-svn: 245346
|
2015-08-18 20:39:29 +00:00 |
Richard Smith
|
bca31b731b
|
[modules] Move implicit creation of ImportDecls for #includes transformed into module imports from the frontend into Sema where it belongs.
llvm-svn: 237555
|
2015-05-18 05:35:52 +00:00 |
Douglas Gregor
|
35b04d6fd2
|
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency.
llvm-svn: 174645
|
2013-02-07 19:01:24 +00:00 |
NAKAMURA Takumi
|
9bec0792c4
|
clang/test/Index/index-pch-with-module.m: Tweak expressions for win32 pathsep.
llvm-svn: 165760
|
2012-10-11 22:33:14 +00:00 |
Argyrios Kyrtzidis
|
9f57186983
|
[libclang] Add tests for indexing modules and PCHs using modules.
llvm-svn: 165732
|
2012-10-11 19:00:44 +00:00 |