Go to file
David Majnemer 1de36917d3 Sema: Predefine size_t in MSVC Compatibility mode
MSVC defines size_t without any explicit declarations.  This change
allows us to be compatible with TUs that depend on this declaration
appearing from nowhere.

llvm-svn: 199190
2014-01-14 06:19:35 +00:00
clang Sema: Predefine size_t in MSVC Compatibility mode 2014-01-14 06:19:35 +00:00
clang-tools-extra Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
compiler-rt [lsan] Add __lsan_default_suppressions() to the public interface header. 2014-01-13 17:26:57 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
libcxx Rename libc++ internal templates __is_void, __is_integral, __is_floating_point, __is_pointer, __is_function_imp, __is_function, __is_member_function_pointer, __is_member_pointer, __is_signed_impl, __is_signed, __is_unsigned_impl, __is_unsigned to __libcpp_is_XXX, because some compilers have decided that __is_XXX are keywords. No functionality change. 2014-01-14 05:13:45 +00:00
libcxxabi Implement demangling for user-defined operators. 2014-01-06 23:05:04 +00:00
lld [PECOFF] Support STACKSIZE module-definition file directive. 2014-01-14 00:48:25 +00:00
lldb Harden the Materializer logic against types that 2014-01-14 01:14:40 +00:00
llvm Always let value types influence register classes. 2014-01-14 06:18:38 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Adapt to DomTree changes in r199104 2014-01-13 22:29:56 +00:00