Go to file
Douglas Gregor a3dd900c71 Make modules depend on the compiler's own module.map, as a proxy for the compiler itself.
The headers in the compiler's own resource include directory are
system headers, which means we don't stat() them eagerly when loading
a module. Use module.map as a proxy for these headers and the compiler
itself. Fixes <rdar://problem/13856838>.

llvm-svn: 186870
2013-07-22 20:48:33 +00:00
clang Make modules depend on the compiler's own module.map, as a proxy for the compiler itself. 2013-07-22 20:48:33 +00:00
clang-tools-extra cp11-migrate: Integration with LibFormat 2013-07-22 20:26:29 +00:00
compiler-rt [sanitizer] Change strip_path_prefix flag behavior. 2013-07-22 16:14:38 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Implement generic upsample() 2013-07-19 16:44:37 +00:00
libcxx Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixing bug #16599. Thanks to Howard for the review and updates. 2013-07-22 16:02:19 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld Rename ReaderCOFF members to follow the LLD coding style. 2013-07-22 16:56:34 +00:00
lldb elf-core: Run-time reg context selection 2013-07-22 20:20:55 +00:00
llvm Recommit r186813: More Intel syntax alias fixes. With the addition of suppressing some of the aliases from being emitted by the asm printer. 2013-07-22 20:46:37 +00:00
polly RegisterPass: Unhide -polly-show and -polly-show-only 2013-07-22 04:11:00 +00:00