Go to file
Sean Callanan 49475327ff Fixed the AST importer ot use redeclaration contexts properly.
To ensure that we don't import duplicates, the ASTImporter often
checks the DeclContext for a Decl before importing it to see if
a Decl with the same name is already present.  

This is problematic if the Decl is inside a transparent context
like an extern "C" block.  Lookup isn't allowed on such contexts,
and in fact they assert() if you do that.  So instead we look at
the redeclaration context -- the containing context that can be
used safely for these kinds of checks -- instead.

llvm-svn: 223912
2014-12-10 03:09:41 +00:00
clang Fixed the AST importer ot use redeclaration contexts properly. 2014-12-10 03:09:41 +00:00
clang-tools-extra [clang-tidy] Fix a typo. 2014-12-09 15:02:17 +00:00
compiler-rt builtins: cleanup constant data section selection 2014-12-10 02:36:22 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Update information on where to find buildbots. Remove dead buildbot links. 2014-12-09 22:53:21 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld Re-commit r223330: Rewrite InputGraph's Group 2014-12-10 00:33:00 +00:00
lldb Remove the last vestige of the world before data formatters :-) 2014-12-10 02:00:45 +00:00
llgo Optimize comparisons to empty string. 2014-12-09 01:02:12 +00:00
llvm DataLayout: Provide nicer diagnostics for malformed strings 2014-12-10 02:36:41 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Unbreak after LLVM's metadata split in r223802 2014-12-09 22:02:16 +00:00