Go to file
Rafael Espindola 191b95125a Don't produce an alias between destructors with different calling conventions.
Fixes pr19007.

llvm-svn: 203007
2014-03-05 21:04:41 +00:00
clang Don't produce an alias between destructors with different calling conventions. 2014-03-05 21:04:41 +00:00
clang-tools-extra Fixed a crash when handling diagnostics without a valid file location, e.g. 'error reading <file>'. 2014-03-05 15:44:36 +00:00
compiler-rt asan_symbolize.py: use llvm-symbolizer results even if it returned function name w/o file/line info 2014-03-05 15:18:50 +00:00
debuginfo-tests Relax testcase: Newer versions of LLDB don't necessarily print the "{". 2014-02-27 17:51:50 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Implement LWG 2193. Default constructors for standard library containers are explicit. Note that libc++ already did this for string/deque/forward_list/list/vector and the unordered containers; implement it for set/multiset/map/multimap. Add tests for all the containers. Two drive-by fixes as well: add a missing explicit in <deque>, and remove a tab that snuck into a container test. This issue is also LLVM bug 15724, and resolves it. 2014-03-05 19:06:20 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld Fix broken link. 2014-03-05 20:39:57 +00:00
lldb Build JITLoader on FreeBSD also 2014-03-05 13:57:24 +00:00
llvm Always print the implicit .text at the start of an asm file. 2014-03-05 20:09:15 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Fix formatting 2014-03-04 15:57:29 +00:00