Go to file
Argyrios Kyrtzidis 3c5305c15e [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.

llvm-svn: 176975
2013-03-13 21:13:43 +00:00
clang [Modules] Resolve top-headers of modules lazily. 2013-03-13 21:13:43 +00:00
clang-tools-extra Review feedback change per Edwin: Move non-public members to end of classes. 2013-03-12 18:51:47 +00:00
compiler-rt [msan] Clean up extensions during msandr shutdown 2013-03-13 13:59:09 +00:00
debuginfo-tests Migrate dbg-arg.ll to a C file test to be resilient to IR changes. 2013-03-13 18:46:28 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read-a-0xff-in-a-file-with-libc-istream-iterator/15347225#15347225 highlighted the lack of a cast in the implementation of std::cin. Added. I unfortunately don't have a test case to add to the suite since this bug only shows itself when using std::cin. The current testsuite setup does not have a way a good way to test std::cin. 2013-03-11 19:53:48 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF][X86_64][Hexagon] order plt/got entries properly and fix test 2013-03-13 20:30:11 +00:00
lldb Prepend "FAIL:" string to tests that crash so that buildbots pick them up. 2013-03-13 21:08:02 +00:00
llvm Simplify CMake rules in HandleLLVMOptions module. 2013-03-13 20:50:23 +00:00
polly tests: Properly check if asserts are available 2013-03-12 21:27:39 +00:00