Go to file
Zachary Turner 2d02ceefdc Move CodeViewTypeStream to DebugInfo/CodeView
Ability to parse codeview type streams is also needed by
DebugInfoPDB for parsing PDBs, so moving this into a library
gives us this option.  Since DebugInfoPDB had already hand
rolled some code to do this, that code is now convereted over
to using this common abstraction.

Differential Revision: http://reviews.llvm.org/D19887
Reviewed By: dblaikie, amccarth

llvm-svn: 268454
2016-05-03 22:18:17 +00:00
clang [scan-build] fix dead store warnings emitted on clang code base 2016-05-03 22:14:14 +00:00
clang-tools-extra [clang-tidy] Speedup misc-static-assert. 2016-05-03 20:11:09 +00:00
compiler-rt Revert "[sanitizer] Move stat/__xstat to the common interceptors" 2016-05-03 21:49:56 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Make check-libcxx dependant on libc++experimental if present. 2016-05-03 21:58:07 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Implement --build-id=none. 2016-05-03 20:55:47 +00:00
lldb Added a testcase for the ptr_refs tool so we catch if it stops working. 2016-05-03 20:36:06 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Move CodeViewTypeStream to DebugInfo/CodeView 2016-05-03 22:18:17 +00:00
openmp Remove architecture dependent Hwloc DEBUG section 2016-04-25 21:11:26 +00:00
polly Typo: ToComplex -> TooComplex. NFC. 2016-05-02 12:25:36 +00:00