Go to file
Rafael Espindola aa31609fb8 Implement one operator== with another.
Thanks for David Blaikie for the suggestion.

llvm-svn: 210107
2014-06-03 15:06:22 +00:00
clang Use IntrusiveRefCntPtr's == and != nullptr operators. 2014-06-03 13:27:48 +00:00
clang-tools-extra Don't assume an implicit error_code -> bool operator. 2014-06-03 04:40:55 +00:00
compiler-rt [asan] enable detect_odr_violation=2; https://code.google.com/p/address-sanitizer/wiki/OneDefinitionRuleViolation . This feature has been working quite well so far, found a few bugs and zero false positives. The main problem is that there could be lots of true positives and users will have to disable this checking until the bugs are fixed. 2014-06-03 15:06:13 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add more log related float constants 2014-05-29 21:30:28 +00:00
libcxx [libc++] Don't return uninitialized data from random_device::operator() 2014-06-03 02:40:39 +00:00
libcxxabi Add EH test case checking that handlers in noexcept functions can still unwind 2014-05-31 00:25:59 +00:00
lld [Mips] Make la25-stub.test self contained. 2014-06-03 09:59:42 +00:00
lldb Windows fix: Disable editline for MSVC. Since r208369 there have been issues, probably related to the editline wrapper. For now, it's more stable and usable disabled. 2014-06-03 14:37:35 +00:00
llvm Implement one operator== with another. 2014-06-03 15:06:22 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Remove superfluous semicolon confusing clang-format. 2014-06-02 11:29:58 +00:00