Go to file
Jordan Rose 893d73b7e9 [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion.
This Decl shouldn't be the canonical Decl; it should be the Decl used by
the CXXBaseSpecifier in the subclass. Unfortunately, that means continuing
to throw getCanonicalDecl() on all comparisons.

This fixes MemRegion::getAsOffset's use of ASTRecordLayout when redeclarations
are involved.

llvm-svn: 175913
2013-02-22 19:33:13 +00:00
clang [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion. 2013-02-22 19:33:13 +00:00
clang-tools-extra Fixing a "multiple rules generate X" warning from ninja 2013-02-21 15:12:01 +00:00
compiler-rt [Sanitizer] Add a test for the fast unwinder 2013-02-22 15:10:16 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Constrain bind operator()() to not exist if the call is not valid. Fixes http://llvm.org/bugs/show_bug.cgi?id=15295. 2013-02-21 18:16:55 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld sort quickdata for the hexagon target 2013-02-22 18:01:08 +00:00
lldb Remove unintended comment. 2013-02-22 08:16:09 +00:00
llvm x86_64: designate most general purpose and SSE registers as callee save under coldcc 2013-02-22 19:19:44 +00:00
polly Use attributes references on call/invoke instructions. 2013-02-22 09:29:15 +00:00