Go to file
David Blaikie 205a30d83d PR14763: Debug info for non-trivial record parameters
There seems to have been some erroneous code attempting to describe the
ABI of parameters (non-trivial record parameters are passed by
reference). This would break the type of the function (especially when
it caused a mismatch between the type of a declaration & a definition)
causing PR14763 and PR14645.

llvm-svn: 183329
2013-06-05 18:30:31 +00:00
clang PR14763: Debug info for non-trivial record parameters 2013-06-05 18:30:31 +00:00
clang-tools-extra cpp11-migrate: Eliminate windows line endings 2013-06-05 16:39:24 +00:00
compiler-rt [sanitizer] Fix windows build. 2013-06-04 14:06:16 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Neglected to remove a debugging comment from last commit. 2013-05-21 21:19:35 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld Now that llvm-readobj is fixed, enable this test. 2013-06-05 01:38:12 +00:00
lldb <rdar://problem/13125225> 2013-06-05 17:47:23 +00:00
llvm Use IRBuilder instead of ConstantInt methods. It simplifies code a little bit. 2013-06-05 18:27:02 +00:00
polly scop detection: do not call getAliasSetForPointer when IgnoreAliasing 2013-06-03 16:35:41 +00:00