clang-1/include/clang-c
Argyrios Kyrtzidis c1d2239362 [Modules] Resolve top-headers of modules lazily.
This allows resolving top-header filenames of modules to FileEntries when
we need them, not eagerly.

Note that that this breaks ABI for libclang functions
clang_Module_getTopLevelHeader / clang_Module_getNumTopLevelHeaders
but this is fine because they are experimental and not widely used yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176975 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-13 21:13:43 +00:00
..
CXCompilationDatabase.h Introduce CompilationDatabase::getAllCompileCommands() that returns all 2012-12-04 07:26:44 +00:00
CXString.h libclang: constness for CXString 2013-01-11 23:08:18 +00:00
Index.h [Modules] Resolve top-headers of modules lazily. 2013-03-13 21:13:43 +00:00
Makefile make: fix installation of generated header files 2012-02-01 22:23:31 +00:00
Platform.h Factor CXString out of Index.h 2012-06-28 22:01:06 +00:00